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/max-duration/src/pages/two.astro
Arsh b209e53358
feat(vercel): maxDuration config (#8867)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-23 11:02:23 +01:00

8 lines
85 B
Text

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