Skip to content

Commit

Permalink
fix .env path?
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 26, 2024
1 parent d1cb2c4 commit 55f5e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
const appElementName = 'r4-radio'
customElements.define(appElementName, R4Radio)
const $app = document.createElement(appElementName)
fetch('/.env.json').then(async (data) => {
fetch('./.env.json').then(async (data) => {
let config = {}
try {
config = await data.json()
Expand Down

0 comments on commit 55f5e5a

Please sign in to comment.