Skip to content

Commit

Permalink
add '/' to useImgPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Jan 11, 2024
1 parent e9c8f06 commit 6ddc55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/hooks/useImgPrefix.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const imgPrefix = process.env.NEXT_PUBLIC_BASE_PATH || 'website-source-next';
const imgPrefix = process.env.NEXT_PUBLIC_BASE_PATH || '/website-source-next';

export { imgPrefix };

0 comments on commit 6ddc55a

Please sign in to comment.