Преглед на файлове

feat: cdn http -> https

lanjianrong преди 4 години
родител
ревизия
7c1e839385
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      config/config.js

+ 4 - 4
config/config.js

@@ -50,12 +50,12 @@ export default defineConfig({
   scripts:
     process.env.NODE_ENV === 'development'
       ? [
-          'https://zhcld.com/resource/js/react.development.js',
-          'https://zhcld.com/resource/js/react-dom.development.js'
+          'https://d2.smartcost.com.cn/cach/cld/react.development.js',
+          'https://d2.smartcost.com.cn/cach/cld/react-dom.development.js'
         ]
       : [
-          'https://zhcld.com/resource/js/react.production.min.js',
-          'https://zhcld.com/resource/js/react-dom.production.min.js'
+          'https://d2.smartcost.com.cn/cach/cld/react.production.min.js',
+          'https://d2.smartcost.com.cn/cach/cld/react-dom.production.min.js'
         ],
   routes,
   theme: {