Browse Source

Update vercel.json (again)

Track3 2 years ago
parent
commit
854dd7c47a
1 changed files with 6 additions and 1 deletions
  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
     }
   ]