Skip to content

Commit

Permalink
ci: remove slug from photo media path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 2, 2024
1 parent d9d6868 commit 2db292c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indiekit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ const config = {
url: "photos/{yyyy}/{DDD}/{slug}/",
},
media: {
path: "media/photos/{yyyy}/{DDD}/{slug}/{filename}",
url: "media/photos/{yyyy}/{DDD}/{slug}/{filename}",
path: "media/photos/{yyyy}/{DDD}/{filename}",
url: "media/photos/{yyyy}/{DDD}/{filename}",
},
},
},
Expand Down

0 comments on commit 2db292c

Please sign in to comment.