Skip to content

Commit

Permalink
updated logo url
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegulline committed Nov 3, 2023
1 parent 8444221 commit 9345d74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/store/[category]/[type]/[...logocolor]/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ export async function getStaticPaths() {
params: {
category: category.toLowerCase(),
type: type.toLowerCase(),
logocolor: [logo.toLowerCase(), color.toLowerCase()],
logocolor: [
logo.toLowerCase().replaceAll(' ', '-'),
color.toLowerCase(),
],
},
})
)
Expand Down

0 comments on commit 9345d74

Please sign in to comment.