fix: improvements

This commit is contained in:
webfussel 2024-09-13 10:37:35 +02:00
parent dcea9dbbc9
commit 6f9237e06a
6 changed files with 2358 additions and 4107 deletions

View file

@ -21,6 +21,11 @@ export default defineNuxtConfig({
'~/assets/css/person.css',
'~/assets/css/button.css',
],
postcss: {
plugins: {
'postcss-nesting': { /* plugin options */ },
},
},
routeRules: {
'/': { prerender: true },
'/imp': { prerender: true },