Skip to content

Commit 470eb32

Browse files
committed
feat: Disable prerendering for index page
Sets the `prerender` property to false in the index page to allow for dynamic content rendering.
1 parent 845518d commit 470eb32

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/index.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
export const prerender = false;
3+
24
import Layout from "../layouts/Layout.astro";
35
import { Image } from "astro:assets";
46
import scheduliIcon from "../assets/schedule.svg";

0 commit comments

Comments
 (0)