Skip to content

Commit 4049863

Browse files
authored
fix: remove path prefix
1 parent fd75c58 commit 4049863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eleventy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = function(eleventyConfig) {
7777
});
7878

7979
return {
80-
pathPrefix: process.env.GITHUB_ACTIONS ? "/tripy-website/" : "/",
80+
pathPrefix: "/",
8181
dir: {
8282
input: "src",
8383
output: "_site",

0 commit comments

Comments
 (0)