added proper blog page and fixed listing to make it much more automatic and stable

This commit is contained in:
Clevetop 2024-07-28 13:30:56 +10:00
parent f31e5e49d2
commit bb7e3329f3
9 changed files with 622 additions and 21 deletions

View file

@ -3,7 +3,7 @@ export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
css: ["@/assets/css/main.scss"],
modules: ["@nuxt/content"],
modules: ["@nuxt/content", "@nuxt/image"],
content: {
documentDriven: false
}