They are actually all one Worker, though if you can add telemetry to the entire thing is outside my
They are actually all one Worker, though if you can add telemetry to the entire thing is outside my area of expertise
_redirects file, but that changed nothing (no redirect). I have tried to put the file in my root-directory and of course (and initially) to my public directory.https://nicokempe.eu/* https://www.nicokempe.eu/:splat 301!


wrangler pages dev. If you are using next dev, then Bindings like KV will not be populated.wrangler.toml
https://nicokempe.eu/* https://www.nicokempe.eu/:splat 301!✘ [ERROR] Could not resolve "/opt/buildhome/repo/.vercel/output/static/_worker.js/index.js"const redirects = async () => {
return [
{
source: '/:path*',
destination: 'https://www.nicokempe.eu/:path*',
permanent: true,
},
]
}
/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
images: {
unoptimized: true
},
redirects,
}