mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
154af8f5ea
* start of vercel split support * Split Mode with the Vercel Adapter * Write routes into the config.json * Add a changeset * Add docs * Better changeset
8 lines
85 B
Text
8 lines
85 B
Text
<html>
|
|
<head>
|
|
<title>Two</title>
|
|
</head>
|
|
<body>
|
|
<h1>Two</h1>
|
|
</body>
|
|
</html>
|