67ccec9e16
* Node adapter: handle prerendering and serving with query params * Adding a changeset
11 lines
124 B
Text
11 lines
124 B
Text
---
|
|
export const prerender = true;
|
|
---
|
|
<html>
|
|
<head>
|
|
<title>Two</title>
|
|
</head>
|
|
<body>
|
|
<h1>Two</h1>
|
|
</body>
|
|
</html>
|