mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
22a5405b4a
* include 404.html as fallback * add changeset * include only when 404.astro exists * add test * route.component -> route.pathname
8 lines
85 B
Text
8 lines
85 B
Text
<html>
|
|
<head>
|
|
<title>Two</title>
|
|
</head>
|
|
<body>
|
|
<h1>Two</h1>
|
|
</body>
|
|
</html>
|