Skip to content

Commit

Permalink
#294 fix PWA html in json
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Feb 4, 2023
1 parent b9482b3 commit 63e837c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data-browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

</style>
<!-- Meta tags and code added by from Atomic-Server -->
<!-- Meta tags and code added by Atomic-Server -->
<!-- { inject_html_head } -->
</head>

Expand Down
2 changes: 2 additions & 0 deletions data-browser/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ export default defineConfig({
]
},
workbox: {
// See https://github.com/atomicdata-dev/atomic-data-browser/issues/294
globIgnores: ['**/index.html'],
runtimeCaching: [
{
urlPattern: /^https:\/\/fonts\.googleapis\.com\/.*/i,
Expand Down

0 comments on commit 63e837c

Please sign in to comment.