sidebar + basic layout
This commit is contained in:
@@ -36,4 +36,19 @@ export default defineNuxtConfig({
|
||||
colorMode: {
|
||||
classSuffix: '',
|
||||
},
|
||||
|
||||
icon: {
|
||||
mode: 'svg',
|
||||
},
|
||||
|
||||
app: {
|
||||
head: {
|
||||
title: 'Warren',
|
||||
htmlAttrs: {
|
||||
lang: 'en',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
ssr: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user