This commit is contained in:
2024-09-02 16:58:23 +02:00
parent c77503ed45
commit 1b0dc0f27d
52 changed files with 817 additions and 1379 deletions

View File

@@ -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