Skip to content

Commit 63e837c

Browse files
committed
#294 fix PWA html in json
1 parent b9482b3 commit 63e837c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

data-browser/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
</style>
35-
<!-- Meta tags and code added by from Atomic-Server -->
35+
<!-- Meta tags and code added by Atomic-Server -->
3636
<!-- { inject_html_head } -->
3737
</head>
3838

data-browser/vite.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ export default defineConfig({
7272
]
7373
},
7474
workbox: {
75+
// See https://github.com/atomicdata-dev/atomic-data-browser/issues/294
76+
globIgnores: ['**/index.html'],
7577
runtimeCaching: [
7678
{
7779
urlPattern: /^https:\/\/fonts\.googleapis\.com\/.*/i,

0 commit comments

Comments
 (0)