ananzhusen vor 1 Jahr
Ursprung
Commit
fa1188616e
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      vite.config.ts

+ 4 - 4
vite.config.ts

@@ -14,10 +14,10 @@ export default defineConfig({
     vueJsx(),
     // fileList(),
     monacoEditorPlugin({
-      // customDistPath: () => {
-      //   return 'v/monacoeditorwork';
-      // },
-      publicPath: 'https://assets.le5lecdn.com/v/monacoeditorwork',
+      customDistPath: () => {
+        return 'v/monacoeditorwork';
+      },
+      // publicPath: 'https://assets.le5lecdn.com/v/monacoeditorwork',
     }),
   ],
   resolve: {