We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbcaec commit ca3e2d6Copy full SHA for ca3e2d6
src/components/layout/fullbleed.tsx
src/pages/404.astro
@@ -1,13 +1,11 @@
1
---
2
-import Layout from "../layouts/Layout.astro";
3
-import { Fullbleed } from "../components/layout/fullbleed";
+import Layout from "@layouts/Layout.astro";
4
5
6
<Layout
7
title="404 - EuroPython 2025 | July 14th-20th 2025 | Prague, Czech Republic & Remote"
8
description="Page not found"
9
>
10
- <Fullbleed>
11
<div class="illustration">
12
<svg
13
width="1787"
@@ -127,7 +125,6 @@ import { Fullbleed } from "../components/layout/fullbleed";
127
125
fill="#FFB340"></rect>
128
126
</svg>
129
</div>
130
- </Fullbleed>
131
</Layout>
132
133
<style>
0 commit comments