Fix PWA build errors

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-03-06 16:41:18 -07:00
parent 1f25a75cec
commit 0e99679e00
3 changed files with 8 additions and 8 deletions

View File

@@ -146,7 +146,7 @@
// Register service worker (only on production build)
serviceWorker: process.env.NODE_ENV ==='production' ? {
path: '/service-worker.js',
path: './service-worker.js',
} : {},
// Input settings