[READ-ONLY] Mirror of https://github.com/andrioid/astro-deno-ssr-prerender-bug. Demonstrating a bug in Astro SSR with Deno
0

Configure Feed

Select the types of activity you want to include in your feed.

highlighting

+1 -1
+1 -1
src/pages/index.astro
··· 1 1 --- 2 2 import Layout from '../components/Layout.astro'; 3 - export const prerender = true; 3 + export const prerender = true; // This causes an error 4 4 --- 5 5 6 6 <Layout title="Welcome to Astro (on Deno).">