astro/packages/integrations/cloudflare/test/fixtures/prerender/src/pages/one.astro
2023-01-23 10:41:45 -05:00

11 lines
126 B
Text

---
export const prerender = true;
---
<html>
<head>
<title>Testing</title>
</head>
<body>
<h1>Testing</h1>
</body>
</html>