fix: improvements
This commit is contained in:
parent
dcea9dbbc9
commit
6f9237e06a
6 changed files with 2358 additions and 4107 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue