diff --git a/index.html b/index.html index 83db32b..1914fc1 100644 --- a/index.html +++ b/index.html @@ -4,14 +4,14 @@ transcribee 🐝 - - + + - - + +
- + diff --git a/vite.config.js b/vite.config.js index fb16d69..260c106 100644 --- a/vite.config.js +++ b/vite.config.js @@ -47,6 +47,7 @@ function faviconPlugin(originalPath) { // eslint-disable-next-line import/no-default-export export default defineConfig({ + base: '', // this fixes hosting under non root locations plugins: [ faviconPlugin('./src/assets/transcribee-logo.svg'), ],