Skip to content

Commit 5d06fff

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 03b3ddd commit 5d06fff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ export default defineConfig({
3838
redirects: {
3939
"/c-api-summit/": "/programme/c-api-summit/",
4040
"/programme/cfp/": "/programme/cfp/",
41-
"/planning/": "https://forms.gle/riw6CvML8ck94A4V9",
41+
"/planning/": "https://forms.gle/riw6CvML8ck94A4V9",
4242
"/reviewers/": "https://forms.gle/4GTJjwZ1nHBGetM18",
43-
"/rust-summit/": "/programme/rust-summit/",
43+
"/rust-summit/": "/programme/rust-summit/",
4444
"/sponsor/": "/sponsorship/sponsor/",
4545
"/voting/": "/programme/voting/",
4646
"/programme/wasm-summit/": "/programme/wasm-summit/",

src/layouts/HomePageLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const { title, description } = Astro.props;
2929
"@type": "ImageObject",
3030
"url": "https://ep2025.europython.eu/_astro/hero.BAlu7uXS_rd8vG.svg",
3131
"width": 1686,
32-
"height": 888
32+
"height": 888
3333
}
3434
},
3535
"url": "https://ep2025.europython.eu/",

0 commit comments

Comments
 (0)