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.
1 parent 4627b48 commit 337ebacCopy full SHA for 337ebac
eleventy.config.js
@@ -50,6 +50,6 @@ module.exports = function (eleventyConfig) {
50
layouts: '_layouts',
51
includes: '_components'
52
},
53
- pathPrefix: process.env.GITHUB_ACTIONS && '/screening-design-history/'
+ pathPrefix: process.env.GITHUB_ACTIONS ? '/screening-design-history/' : '/'
54
}
55
0 commit comments