astro/packages/integrations/cloudflare/test/fixtures/prerender/src/pages/one.astro

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
126 B
Text
Raw Normal View History

2023-01-23 15:41:45 +00:00
---
export const prerender = true;
---
<html>
<head>
<title>Testing</title>
</head>
<body>
<h1>Testing</h1>
</body>
</html>