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 ea1095f + f6349cc commit 6ad8cfbCopy full SHA for 6ad8cfb
netlify.toml
@@ -1,3 +1,3 @@
1
[context.deploy-preview]
2
- command = "npm run deploy"
+ command = "npm run deploy-dev"
3
publish = "public"
src/_data/env.js
@@ -2,6 +2,6 @@ const isDev = process.env.ELEVENTY_ENV === 'dev'
module.exports = {
4
baseUrl: isDev
5
- ? '/inpycon2025/'
+ ? '/'
6
: '/2025/'
7
}
0 commit comments