We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e149ae commit 63472b2Copy full SHA for 63472b2
1 file changed
astro.config.mjs
@@ -1,17 +1,11 @@
1
import { defineConfig } from 'astro/config';
2
import tailwindcss from "@tailwindcss/vite";
3
4
-// CONF WITHOUT REAL DOMAIN
5
export default defineConfig({
6
- site: 'https://python-spain.github.io',
7
- base: '/2026.es.pycon.org',
+ site: 'https://2026.es.pycon.org',
+ base: '/',
8
vite: {
9
plugins: [tailwindcss()],
10
},
11
});
12
13
-//CONFIG WITH REAL DOMAIN
14
-// export default defineConfig({
15
-// site: 'https://2026.es.pycon.org',
16
-// base: '/',
17
-// });
0 commit comments