12 lines
124 B
Text
12 lines
124 B
Text
|
---
|
||
|
export const prerender = true;
|
||
|
---
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Two</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Two</h1>
|
||
|
</body>
|
||
|
</html>
|