Skip to content

Commit

Permalink
trust it to be string
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Oct 23, 2024
1 parent 354bdc4 commit 03ce5d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async function getStaticAssetRouteCode(
resourcePath: string,
fileBaseName: string
) {
resourcePath &&= path.posix.normalize(resourcePath)
resourcePath = path.posix.normalize(resourcePath)

const cache =
fileBaseName === 'favicon'
Expand Down

0 comments on commit 03ce5d9

Please sign in to comment.