FIX: some fixes for rollout
Burger
This commit is contained in:
parent
f7f27838a8
commit
65ebc71431
11 changed files with 268 additions and 119 deletions
|
@ -27,6 +27,7 @@ export default defineNuxtConfig({
|
|||
'~/assets/css/person.css',
|
||||
'~/assets/css/button.css',
|
||||
'~/assets/css/spoiler.css',
|
||||
'~/assets/css/burger.css',
|
||||
],
|
||||
|
||||
postcss: {
|
||||
|
@ -54,9 +55,7 @@ export default defineNuxtConfig({
|
|||
}
|
||||
},
|
||||
|
||||
modules: [
|
||||
'@nuxt/icon'
|
||||
],
|
||||
modules: ['@nuxt/icon', '@vueuse/nuxt'],
|
||||
|
||||
icon: {
|
||||
customCollections: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue