Skip to content

Commit 1f5e436

Browse files
author
Tristan LOSADA BENINI
committed
fix(astrapia): fix rendering delay
make topology page ssr, and home page timed
1 parent 682788f commit 1f5e436

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Astrapia/nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,9 @@ export default defineNuxtConfig({
5656
css: [
5757
"@fortawesome/fontawesome-svg-core/styles.css"
5858
],
59+
routeRules: {
60+
'/about': { prerender: true },
61+
'/topology': {ssr:true},
62+
'/': {isr: 60}
63+
}
5964
});

0 commit comments

Comments
 (0)