Przeglądaj źródła

Update vercel.json

Track3 3 lat temu
rodzic
commit
2c9c760ce2
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      vercel.json

+ 4 - 4
vercel.json

@@ -2,13 +2,13 @@
   "trailingSlash": true,
   "redirects": [
     {
-      "source": "/posts/:path*",
-      "destination": "/writing/:path*",
+      "source": "/posts/*",
+      "destination": "/writing/*",
       "permanent": true
     },
     {
-      "source": "/post/:path*",
-      "destination": "/writing/:path*",
+      "source": "/post/*",
+      "destination": "/writing/*",
       "permanent": true
     },
     {