mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
13 lines
151 B
Text
13 lines
151 B
Text
|
---
|
||
|
export const prerender = true;
|
||
|
---
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Prerendered Page</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Prerendered Page</h1>
|
||
|
</body>
|
||
|
</html>
|