mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
22a5405b4a
* include 404.html as fallback * add changeset * include only when 404.astro exists * add test * route.component -> route.pathname
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"name": "@test/astro-vercel-static",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@astrojs/vercel": "workspace:*",
|
|
"astro": "workspace:*"
|
|
}
|
|
}
|