You've already forked isop-mirror
refactor: add nitro configuration for prerendering static content
This commit is contained in:
@@ -11,5 +11,12 @@ export default defineNuxtConfig({
|
|||||||
modules: [
|
modules: [
|
||||||
'@nuxt/image', // na obrázky
|
'@nuxt/image', // na obrázky
|
||||||
'vuetify-nuxt-module' // Vuetify
|
'vuetify-nuxt-module' // Vuetify
|
||||||
]
|
],
|
||||||
|
|
||||||
|
nitro: {
|
||||||
|
// statický obsah vyrenderujeme vopred
|
||||||
|
prerender: {
|
||||||
|
routes: ["/", "/info/student", "/info/company", "/register", "/about"],
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user