refactor: Update next.config.mjs to allow specific origins for server actions and update download.tsx to open download link in a new tab
This commit is contained in:
5
src/lib/releases.ts
Normal file
5
src/lib/releases.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const releases: any = {
|
||||
WindowsZip: "zen.win64.zip",
|
||||
//MacOS: [],
|
||||
Linux: "zen.linux.tar.bz2",
|
||||
};
|
||||
Reference in New Issue
Block a user