Replace marked.min.js with the marked npm package and update all references accordingly.

This commit is contained in:
2026-03-19 12:28:14 +01:00
parent 2b8659499a
commit ff14061dfd
7 changed files with 23 additions and 157 deletions

View File

@@ -24,8 +24,7 @@ export default defineConfig({
viteStaticCopy({
targets: [
{ src: 'manifest.json', dest: '.' },
{ src: 'icons/*', dest: 'icons' },
{ src: 'marked.min.js', dest: '.' }
{ src: 'icons/*', dest: 'icons' }
]
})
]