1234567891011121314151617181920 |
- {
- "trailingSlash": true,
- "redirects": [
- {
- "source": "/posts/:path*",
- "destination": "/writing/:path*",
- "permanent": true
- },
- {
- "source": "/post/:path*",
- "destination": "/writing/:path*",
- "permanent": true
- },
- {
- "source": "/friends/",
- "destination": "/links/",
- "permanent": true
- }
- ]
- }
|