Skip to content

Commit 63472b2

Browse files
authored
feat: change base to real domain (#17)
1 parent 3e149ae commit 63472b2

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
import { defineConfig } from 'astro/config';
22
import tailwindcss from "@tailwindcss/vite";
33

4-
// CONF WITHOUT REAL DOMAIN
54
export default defineConfig({
6-
site: 'https://python-spain.github.io',
7-
base: '/2026.es.pycon.org',
5+
site: 'https://2026.es.pycon.org',
6+
base: '/',
87
vite: {
98
plugins: [tailwindcss()],
109
},
1110
});
1211

13-
//CONFIG WITH REAL DOMAIN
14-
// export default defineConfig({
15-
// site: 'https://2026.es.pycon.org',
16-
// base: '/',
17-
// });

0 commit comments

Comments
 (0)