refactor(projects): store images in content/, then copy them to public/ using custom nuxt module
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: "2025-07-15",
|
||||
devtools: { enabled: true },
|
||||
modules: ["@nuxt/eslint", "@nuxt/content", "@pinia/nuxt"],
|
||||
modules: [
|
||||
"@nuxt/eslint",
|
||||
"@nuxt/content",
|
||||
"@pinia/nuxt",
|
||||
"./modules/content-assets",
|
||||
],
|
||||
css: ["~/assets/app.css"],
|
||||
ssr: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user