feat: implement PWA, manifest, service worker and offline indicator
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"/not-found": "app/not-found.js",
|
||||
"/page": "app/page.js",
|
||||
"/bottles/[id]/page": "app/bottles/[id]/page.js"
|
||||
"/bottles/[id]/page": "app/bottles/[id]/page.js",
|
||||
"/manifest.webmanifest/route": "app/manifest.webmanifest/route.js"
|
||||
}
|
||||
Reference in New Issue
Block a user