Skip to content

Commit

Permalink
Merge pull request #90 from bliotti/404-bug
Browse files Browse the repository at this point in the history
404 fix
  • Loading branch information
bliotti authored Nov 26, 2023
2 parents 296f587 + 6f7d672 commit 40f8ec7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import Layout from '~/layouts/BaseLayout.astro';
import { getHomePermalink } from '~/utils/permalinks';
const title = `Error 404`;
// needed for astro's hybird rendering with vercel. - https://github.com/withastro/astro/issues/4164#issuecomment-1762591371
export const prerender = false;
---

<Layout meta={{ title }}>
Expand Down

0 comments on commit 40f8ec7

Please sign in to comment.