fix prerender config

This commit is contained in:
neil 2022-11-25 17:00:04 +08:00
parent 0596c280a7
commit 4c844bdb4f
2 changed files with 2 additions and 1 deletions

View file

@ -112,6 +112,7 @@
@layer components {
.nav_button {
transition: all .3s;
color: theme('colors.white');
padding: theme('spacing.4') theme('spacing.2');
}

View file

@ -1,2 +1,2 @@
export const ssr = false;
export const prerender = true;
export const prerender = false;