浏览代码

Update vite.config.ts

lex 2 年之前
父节点
当前提交
8dee7ef4a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -19,7 +19,7 @@ const { resolve } = require('path')
 const proxyUrl = 'https://dev.colexiu.com/'
 // const proxyUrl = 'http://192.168.3.143:8000/'
 export default defineConfig({
-  base: './',
+  // base: './',
   plugins: [
     vue(),
     glsl(),