Skip to content

Commit b5a9729

Browse files
authored
revert: astro config 'base' reverted to previous value (#8)
Fixes #7
1 parent 5220121 commit b5a9729

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import tailwindcss from "@tailwindcss/vite";
44
// CONF WITHOUT REAL DOMAIN
55
export default defineConfig({
66
site: 'https://python-spain.github.io',
7-
base: '/',
7+
base: '/2026.es.pycon.org',
88
vite: {
99
plugins: [tailwindcss()],
1010
},

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const { title, description = 'PyconES 2026' } = Astro.props
1717
<meta charset="UTF-8" />
1818
<meta name="description" content={description} />
1919
<meta name="viewport" content="width=device-width" />
20-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
20+
<link rel="icon" type="image/svg+xml" href="/2026.es.pycon.org/favicon.svg" />
2121
<meta name="generator" content={Astro.generator} />
2222

2323
<title>{title}</title>

0 commit comments

Comments
 (0)