fix : resolve pwa bugs
This commit is contained in:
@@ -12,12 +12,13 @@ export default defineConfig({
|
||||
srcDir: "src",
|
||||
filename: "sw.js",
|
||||
registerType: "autoUpdate",
|
||||
injectRegister: false,
|
||||
injectRegister: 'auto',
|
||||
// injectRegister: false,
|
||||
manifest: {
|
||||
name: "Salona",
|
||||
short_name: "Salona",
|
||||
theme_color: '#000000',
|
||||
// "background_color": "#96E6B3",
|
||||
theme_color: 'rgb(171,37,192)',
|
||||
background_color: "rgb(171,37,192)",
|
||||
dir: "rtl",
|
||||
lang: "fa",
|
||||
description: "Salona is a platform to provide innovative tools to hairdressers and beauty salons.",
|
||||
|
||||
Reference in New Issue
Block a user