Disabled all pre-rendering
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Harrison Deng 2024-10-21 05:07:52 +00:00
parent a4ddf13e68
commit 63c178fa5d

View File

@ -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