Skip to content

Commit

Permalink
Update PathPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fstrr committed Oct 31, 2023
1 parent 2b3facc commit ede03c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/images/*");
// Return your Object options:
return {
pathPrefix: "/AccessibilityPlaybook-fs/",
pathPrefix: "/AccessibilityPlaybook/",
dir: {
input: "src",
output: "site"
Expand Down

0 comments on commit ede03c6

Please sign in to comment.