This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// The app is a static SPA in front of LaDOSE.Api: rendering on the server would
|
||||
// have no access to the browser-held JWT, so everything runs client-side.
|
||||
export const ssr = false;
|
||||
export const prerender = false;
|
||||
Reference in New Issue
Block a user