mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
# Conflicts: # astro.config.ts # package-lock.json # package.json # src/types/plausible.d.ts # src/utils/debounce.ts
42 lines
733 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|