frontend: Avoid relative paths

This commit is contained in:
nemunaire 2025-03-29 12:14:16 +01:00
parent 698e69d132
commit 42b9e54ec7

View file

@ -7,7 +7,7 @@ const config = {
fallback: 'index.html' fallback: 'index.html'
}), }),
paths: { paths: {
relative: true relative: false
}, },
} }
}; };