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.
2 parents e4d33f6 + b05dd26 commit 4225543Copy full SHA for 4225543
astro.config.mjs
@@ -1,4 +1,5 @@
1
-import path from "path";
+import path, { dirname } from "path";
2
+import { fileURLToPath } from "url";
3
import { defineConfig } from "astro/config";
4
import mdx from "@astrojs/mdx";
5
import sitemap from "@astrojs/sitemap";
@@ -59,6 +60,7 @@ export default defineConfig({
59
60
"/sponsor/": "/sponsorship/sponsor/",
61
"/voting/": "/programme/voting/",
62
"/wasm-summit/": "/programme/wasm-summit/",
63
+ "/sessions/": "/programme/sessions/",
64
},
65
integrations: [
66
mdx(),
0 commit comments