diff options
| author | Joe Carstairs <me@joeac.net> | 2026-03-21 22:22:42 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-03-21 22:22:42 +0000 |
| commit | 9332601f5b94ca980c76ed604a88ad013bf99b22 (patch) | |
| tree | e5b50151b96b1c6c28d2649927cf464f83f7111c /website/src/pages/contact.astro | |
| parent | 6f96a6944033f7537018e94805066192715130c5 (diff) | |
upgrade to Astro 6
Diffstat (limited to 'website/src/pages/contact.astro')
| -rw-r--r-- | website/src/pages/contact.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/src/pages/contact.astro b/website/src/pages/contact.astro index b03436c..85a5155 100644 --- a/website/src/pages/contact.astro +++ b/website/src/pages/contact.astro @@ -1,6 +1,7 @@ --- import OtpDialog from "../components/OtpDialog.astro"; import Page from "../layouts/Page.astro"; +export const prerender = false; --- <Page title="Contact" description="Contact Joe Carstairs"> |
