Skip to content

Commit 9898bda

Browse files
committed
Fix article images not being managed as assets
1 parent 9ee28a9 commit 9898bda

219 files changed

Lines changed: 2 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
outDir: "build",
1010
cleanUrls: true,
1111
ignoreDeadLinks: [/\.fbx$/],
12+
assetsDir: "_assets", // Do not conflict with assets articles
1213

1314
markdown: {
1415
lineNumbers: true,
@@ -283,7 +284,7 @@ export default defineConfig({
283284
},
284285

285286
vite: {
286-
publicDir: "../static",
287+
publicDir: "../public",
287288
},
288289

289290
sitemap: {

0 commit comments

Comments
 (0)