diff --git a/index.html b/index.html index 7d58ff6..6bc865a 100644 --- a/index.html +++ b/index.html @@ -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()