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