mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-02 09:31:31 +01:00
Working on website
This commit is contained in:
@@ -9,6 +9,10 @@ export default defineNuxtConfig({
|
||||
separator: '•',
|
||||
},
|
||||
},
|
||||
rootAttrs: {
|
||||
'vaul-drawer-wrapper': '',
|
||||
'class': 'bg-[var(--ui-bg)]',
|
||||
},
|
||||
},
|
||||
|
||||
css: ['~/assets/css/main.css'],
|
||||
@@ -35,7 +39,7 @@ export default defineNuxtConfig({
|
||||
// Nuxt Content
|
||||
content: {
|
||||
preview: {
|
||||
api: 'https://api.nuxt.studio',
|
||||
// todo: api: 'https://api.nuxt.studio',
|
||||
},
|
||||
build: {
|
||||
markdown: {
|
||||
@@ -117,16 +121,6 @@ export default defineNuxtConfig({
|
||||
defaultLocale: 'en',
|
||||
},
|
||||
|
||||
// Nuxt Icon
|
||||
icon: {
|
||||
serverBundle: {
|
||||
collections: ['twemoji', 'ph', 'logos', 'vscode-icons'],
|
||||
},
|
||||
clientBundle: {
|
||||
scan: true,
|
||||
},
|
||||
},
|
||||
|
||||
// Nuxt Google Fonts
|
||||
googleFonts: {
|
||||
display: 'swap',
|
||||
|
||||
Reference in New Issue
Block a user