chore: add custom cursor, add config system
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Tauri doesn't have a Node.js server to do proper SSR
|
||||
// so we will use adapter-static to prerender the app (SSG)
|
||||
|
||||
// See: https://v2.tauri.app/start/frontend/sveltekit/ for more info
|
||||
export const prerender = true;
|
||||
export const ssr = false;
|
||||
|
||||
export const ssr = false;
|
Reference in New Issue
Block a user