Extract CodeMirror language package

This commit is contained in:
2026-07-09 03:49:44 +09:00
parent 375bc80a57
commit e4b9247c45
19 changed files with 397 additions and 14 deletions
+5
View File
@@ -2,4 +2,9 @@ import { defineConfig } from 'astro/config';
export default defineConfig({
output: 'static',
vite: {
resolve: {
preserveSymlinks: true,
},
},
});