yeskunall / www

https://kimchiii.space
MIT License
2 stars 0 forks source link

Use (edge) middleware to rewrite URLs #38

Open yeskunall opened 11 months ago

yeskunall commented 11 months ago

Subdomains:

<defaults>/defaults </stats>stats

yeskunall commented 3 months ago

Vercel does not recommend using vercel.json to rewrite URLs in Astro projects.

I can use edge middleware instead.

[!IMPORTANT] Currently, rewrites using middleware.ts in Astro only work for static files


Astro 4.8

[!WARNING] It’s behind an experimental flag