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:
mauro 🤙
2024-07-04 10:54:11 +00:00
parent a1149838e6
commit 26dd892f21
4 changed files with 35 additions and 27 deletions

5
src/lib/releases.ts Normal file
View File

@@ -0,0 +1,5 @@
export const releases: any = {
WindowsZip: "zen.win64.zip",
//MacOS: [],
Linux: "zen.linux.tar.bz2",
};