Explorar el Código

Update vercel.json

Track3 hace 3 años
padre
commit
98e513040e
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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
     },
     {