Skip to content

Commit 337ebac

Browse files
Swap to ternary
1 parent 4627b48 commit 337ebac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ module.exports = function (eleventyConfig) {
5050
layouts: '_layouts',
5151
includes: '_components'
5252
},
53-
pathPrefix: process.env.GITHUB_ACTIONS && '/screening-design-history/'
53+
pathPrefix: process.env.GITHUB_ACTIONS ? '/screening-design-history/' : '/'
5454
}
5555
}

0 commit comments

Comments
 (0)