瀏覽代碼

chore: add cdn config

代强 3 年之前
父節點
當前提交
634e003644
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gatsby-config.js

+ 1 - 1
gatsby-config.js

@@ -1,7 +1,7 @@
 const path = require('path');
 module.exports = {
     pathPrefix: '/',
-    assetPrefix: `/${process.env['CDN_OUTER_CN']}/semi_main`,
+    assetPrefix: `https://${process.env['CDN_OUTER_CN']}/semi_main`,
     siteMetadata: {
         title: 'Gatsby Default Starter',
         description: 'Create a consistent, good-looking, easy-to-use, and efficient user experience with a user-centric, content-first, and human-friendly design system',