diff --git a/src/utils/sw.js b/src/utils/sw.js index 275cb26..7cd06cd 100644 --- a/src/utils/sw.js +++ b/src/utils/sw.js @@ -1,6 +1,7 @@ - /** - * Note: astro-sw integration injects variables `__prefix`, `__version`, & `__assets` + * Note: @ayco/astro-sw integration injects variables `__prefix`, `__version`, & `__assets` + * -- find usage in `astro.config.mjs` integrations + * @see https://ayco.io/n/@ayco/astro-sw */ const cacheName = `${__prefix ?? 'app'}-v${__version ?? '000'}` const addResourcesToCache = async (resources) => {