Disabled all pre-rendering
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
// since there's no dynamic data here, we can prerender
|
||||
// it so that it gets served as a static asset in production
|
||||
export const prerender = true;
|
||||
export const prerender = false;
|
||||
export const ssr = false
|
Reference in New Issue
Block a user