Skip to content

Commit c98463e

Browse files
authored
Update NoiseEffect.tsx
1 parent e152678 commit c98463e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/molecules/NoiseEffect.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
const env = process.env.NODE_ENV
3-
let ASSET_PATH = "/InterdimensialCable"
3+
let ASSET_PATH = ""
44
if(env == "production"){
5-
ASSET_PATH = "/InterdimensialCable"
5+
ASSET_PATH = "/InterdimensionalCable"
66
}
77

88

0 commit comments

Comments
 (0)