12345678910111213141516171819202122232425 |
- {
- "trailingSlash": true,
- "redirects": [
- {
- "source": "/posts/(.*)",
- "destination": "/writing/$1",
- "permanent": true
- },
- {
- "source": "/post/(.*)",
- "destination": "/writing/$1",
- "permanent": true
- },
- {
- "source": "/friends/",
- "destination": "/link/",
- "permanent": true
- },
- {
- "source": "/links/",
- "destination": "/link/",
- "permanent": true
- }
- ]
- }
|