0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/packages/integrations/vercel/test/fixtures/static/src/pages/two.astro
Arsh 22a5405b4a
fix(vercel): include 404.html as fallback in the static adapter (#9591)
* include 404.html as fallback

* add changeset

* include only when 404.astro exists

* add test

* route.component -> route.pathname
2024-01-05 23:57:48 +05:30

8 lines
85 B
Text

<html>
<head>
<title>Two</title>
</head>
<body>
<h1>Two</h1>
</body>
</html>