We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9482b3 commit 63e837cCopy full SHA for 63e837c
data-browser/index.html
@@ -32,7 +32,7 @@
32
}
33
34
</style>
35
- <!-- Meta tags and code added by from Atomic-Server -->
+ <!-- Meta tags and code added by Atomic-Server -->
36
<!-- { inject_html_head } -->
37
</head>
38
data-browser/vite.config.js
@@ -72,6 +72,8 @@ export default defineConfig({
72
]
73
},
74
workbox: {
75
+ // See https://github.com/atomicdata-dev/atomic-data-browser/issues/294
76
+ globIgnores: ['**/index.html'],
77
runtimeCaching: [
78
{
79
urlPattern: /^https:\/\/fonts\.googleapis\.com\/.*/i,
0 commit comments