diff --git a/app/app.config.ts b/app/app.config.ts index 0d58b73..67db033 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -1,8 +1,8 @@ export default defineAppConfig({ ui: { colors: { - primary: 'green', - neutral: 'slate' + primary: 'blue', + neutral: 'zinc' } }, uiPro: { diff --git a/app/components/AppSidebar.vue b/app/components/AppSidebar.vue index b89aaa5..3fe3f65 100644 --- a/app/components/AppSidebar.vue +++ b/app/components/AppSidebar.vue @@ -63,7 +63,7 @@ - + diff --git a/app/components/ContentDirectory.vue b/app/components/ContentDirectory.vue new file mode 100644 index 0000000..7c2d26a --- /dev/null +++ b/app/components/ContentDirectory.vue @@ -0,0 +1,52 @@ + + + \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts index 5d77cd7..c68e64b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,5 +1,6 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ + modules: [ '@nuxt/eslint', '@nuxt/image',