Disabled all pre-rendering
This commit is contained in:
parent
a4ddf13e68
commit
63c178fa5d
@ -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
|
Loading…
x
Reference in New Issue
Block a user