1234567891011121314151617181920212223242526272829303132333435 |
- {
- "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
- },
- {
- "source": "/writing/2018/compile-nginx-tls1.3/",
- "destination": "/writing/2018/compile-nginx-tls1_3/",
- "permanent": true
- },
- {
- "source": "/writing/2018/compile-nginx-tls1.3",
- "destination": "/writing/2018/compile-nginx-tls1_3/",
- "permanent": true
- }
- ]
- }
|