mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-02-02 04:17:52 +01:00
Working
This commit is contained in:
@@ -3,6 +3,10 @@ export default defineNuxtConfig({
|
||||
|
||||
compatibilityDate: '2024-08-21',
|
||||
|
||||
devServer: {
|
||||
host: '127.0.0.1',
|
||||
},
|
||||
|
||||
// Nuxt App
|
||||
app: {
|
||||
pageTransition: { name: 'page', mode: 'out-in' },
|
||||
@@ -41,7 +45,7 @@ export default defineNuxtConfig({
|
||||
|
||||
// Nuxt Icon
|
||||
icon: {
|
||||
serverBundle: 'remote',
|
||||
serverBundle: ['ph', 'heroicons'],
|
||||
},
|
||||
|
||||
// Nuxt Color Mode
|
||||
|
||||
Reference in New Issue
Block a user