alpha
Login
or
Join now
andri.dk
/
astro-deno-ssr-prerender-bug
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/andrioid/astro-deno-ssr-prerender-bug. Demonstrating a bug in Astro SSR with Deno
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
highlighting
author
Andri
date
3 years ago
(Feb 4, 2023, 2:11 PM +0100)
commit
574a01d7
574a01d73ca4056a09223392afbcdad42e2e62d8
parent
4792d33c
4792d33ccff099f6eba6e60c1f090873630552e4
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
pages
index.astro
+1
-1
src/pages/index.astro
View file
Reviewed
···
1
1
---
2
2
import Layout from '../components/Layout.astro';
3
3
-
export const prerender = true;
3
3
+
export const prerender = true; // This causes an error
4
4
---
5
5
6
6
<Layout title="Welcome to Astro (on Deno).">