We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1095f commit fe9bbe0Copy full SHA for fe9bbe0
src/_data/env.js
@@ -2,6 +2,6 @@ const isDev = process.env.ELEVENTY_ENV === 'dev'
2
3
module.exports = {
4
baseUrl: isDev
5
- ? '/inpycon2025/'
+ ? '/'
6
: '/2025/'
7
}
0 commit comments