mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 15:35:10 +00:00
fix: update assets in ngsw-config.json (#1027)
* Update ngsw-config.json * Update ngsw-config.json
This commit is contained in:
parent
d6c9707ad0
commit
989bc0037b
@ -10,6 +10,7 @@
|
||||
"/favicon.ico",
|
||||
"/index.html",
|
||||
"/manifest.webmanifest",
|
||||
"/assets/i18n/**",
|
||||
"/*.css",
|
||||
"/*.js"
|
||||
]
|
||||
@ -21,6 +22,7 @@
|
||||
"resources": {
|
||||
"files": [
|
||||
"/assets/**",
|
||||
"!/assets/i18n/**",
|
||||
"/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user