From ec60ebf87c253bd0b1fe291d33d46c7994151750 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 3 Aug 2024 09:15:53 +0200 Subject: [PATCH] chore: update sw.js docs --- src/utils/sw.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) => {