浏览代码

Update vercel.json (again)

Track3 2 年之前
父节点
当前提交
854dd7c47a
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      vercel.json

+ 6 - 1
vercel.json

@@ -21,9 +21,14 @@
       "destination": "/link/",
       "permanent": true
     },
+    {
+      "source": "/writing/2018/compile-nginx-tls1.3/",
+      "destination": "/writing/2018/compile-nginx-tls1_3/",
+      "permanent": true
+    },
     {
       "source": "/writing/2018/compile-nginx-tls1.3",
-      "destination": "/writing/2018/compile-nginx-tls1.3/",
+      "destination": "/writing/2018/compile-nginx-tls1_3/",
       "permanent": true
     }
   ]