Skip to content

Commit

Permalink
new approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Ritter committed Aug 28, 2024
1 parent 2231dd3 commit 493688f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default ({ mode }) => {

renderBuiltUrl(filename: string, { type }: { type: "public" | "asset" }) {
if (type === "asset") {
return `{{ .Base }}/${filename}`;
return `${filename}`;
}
return filename;
},
Expand Down

0 comments on commit 493688f

Please sign in to comment.