Skip to content

Commit fe9bbe0

Browse files
committed
fix: use / for dev environment
Signed-off-by: Ashish Kumar Mishra <[email protected]>
1 parent ea1095f commit fe9bbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_data/env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ const isDev = process.env.ELEVENTY_ENV === 'dev'
22

33
module.exports = {
44
baseUrl: isDev
5-
? '/inpycon2025/'
5+
? '/'
66
: '/2025/'
77
}

0 commit comments

Comments
 (0)