Browse Source

Update config

Track3 2 years ago
parent
commit
4a4058241d
2 changed files with 7 additions and 2 deletions
  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
     }
   ]
 }