Updates to additional scripts

This commit is contained in:
Matthew Raymer
2023-10-02 04:41:50 -04:00
parent 2eaa4203aa
commit ccb6160bca
3 changed files with 18 additions and 2 deletions

View File

@@ -11,5 +11,8 @@ module.exports = defineConfig({
iconPaths: {
faviconSVG: "img/icons/safari-pinned-tab.svg",
},
workboxOptions: {
importScripts: ["additional-scripts.js"],
},
},
});