Forráskód Böngészése

Update vercel.json

Track3 3 éve
szülő
commit
98e513040e
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      vercel.json

+ 4 - 4
vercel.json

@@ -2,13 +2,13 @@
   "trailingSlash": true,
   "redirects": [
     {
-      "source": "/posts/*",
-      "destination": "/writing/*",
+      "source": "/posts/(.*)",
+      "destination": "/writing/$1",
       "permanent": true
     },
     {
-      "source": "/post/*",
-      "destination": "/writing/*",
+      "source": "/post/(.*)",
+      "destination": "/writing/$1",
       "permanent": true
     },
     {