瀏覽代碼

Update config

Track3 2 年之前
父節點
當前提交
4a4058241d
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 2 2
      config.toml
  2. 5 0
      vercel.json

+ 2 - 2
config.toml

@@ -64,8 +64,8 @@ googleAnalytics = "UA-125057333-1"
     weight = 20
 
   [[menu.main]]
-    name = "Links"
-    url = "/links/"
+    name = "Link"
+    url = "/link/"
     weight = 30
 
   [[menu.main]]

+ 5 - 0
vercel.json

@@ -20,6 +20,11 @@
       "source": "/links/",
       "destination": "/link/",
       "permanent": true
+    },
+    {
+      "source": "/writing/2018/compile-nginx-tls1.3",
+      "destination": "/writing/2018/compile-nginx-tls1.3/",
+      "permanent": true
     }
   ]
 }