mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
fix prerender config
This commit is contained in:
parent
0596c280a7
commit
4c844bdb4f
2 changed files with 2 additions and 1 deletions
|
@ -112,6 +112,7 @@
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
.nav_button {
|
.nav_button {
|
||||||
|
transition: all .3s;
|
||||||
color: theme('colors.white');
|
color: theme('colors.white');
|
||||||
padding: theme('spacing.4') theme('spacing.2');
|
padding: theme('spacing.4') theme('spacing.2');
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
export const ssr = false;
|
export const ssr = false;
|
||||||
export const prerender = true;
|
export const prerender = false;
|
Loading…
Reference in a new issue