ananzhusen 1 rok temu
rodzic
commit
fa1188616e
1 zmienionych plików z 4 dodań i 4 usunięć
  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: {