Files
unicorn-utterances/vercel.json
Corbin Crutchley d701825d0b Merge branch 'partial-uwu' into uwu-search-page
# Conflicts:
#	astro.config.ts
#	package-lock.json
#	package.json
#	src/types/plausible.d.ts
#	src/utils/debounce.ts
2023-07-26 17:44:00 -07:00

42 lines
733 B
JSON

{
"cleanUrls": true,
"redirects": [
{
"source": "/authors/crutchcorn/",
"destination": "/unicorns/crutchcorn",
"permanent": true
},
{
"source": "/unicorns/",
"destination": "/about",
"permanent": false
},
{
"source": "/posts/",
"destination": "/",
"permanent": true
}
],
"rewrites": [
{
"source": "/areyoumyuser/js/script.js",
"destination": "https://plausible.io/js/script.outbound-links.local.js"
},
{
"source": "/areyoumyuser/api/event",
"destination": "https://plausible.io/api/event"
}
],
"headers": [
{
"source": "/(.*).(ttf|woff2)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}