From ae5ec3a1e261e0e18fff95d37d271e28e6ea9488 Mon Sep 17 00:00:00 2001 From: Moncef AOUDIA Date: Thu, 18 Nov 2021 18:00:51 +0100 Subject: [PATCH] refactor: update details CSS --- .hugo_build.lock | 0 assets/css/4-aoudiamoncef.css | 67 ++++++++++++++++++++--------- content/page/about/index.adoc | 2 +- content/page/about/index.fr.adoc | 2 +- content/status/website/index.adoc | 2 +- pwa/service-worker.js | 2 +- static/images/icons/down-arrow.svg | 9 ---- static/images/icons/right-arrow.svg | 7 --- static/sw.js | 2 +- 9 files changed, 51 insertions(+), 42 deletions(-) create mode 100644 .hugo_build.lock delete mode 100644 static/images/icons/down-arrow.svg delete mode 100644 static/images/icons/right-arrow.svg diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/assets/css/4-aoudiamoncef.css b/assets/css/4-aoudiamoncef.css index 5e727b2..a0dfabf 100644 --- a/assets/css/4-aoudiamoncef.css +++ b/assets/css/4-aoudiamoncef.css @@ -16,27 +16,6 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; } -details { - margin: 1rem; -} - -details[open] > summary:first-of-type { - list-style-type: disclosure-open; - list-style-image: url(/images/icons/right-arrow.svg); -} - -summary { - list-style-image: url(/images/icons/down-arrow.svg); -} - -summary::-webkit-details-marker { - background: url(/images/icons/down-arrow.svg); -} - -summary:focus::-webkit-details-marker { - background: url(/images/icons/right-arrow.svg); -} - .bilberry-hugo-theme { font-size: 1.7em; } @@ -267,6 +246,52 @@ summary:focus::-webkit-details-marker { display: inline-table; } + details[open].badge summary { + animation: open 0.3s ease-in-out; +} + +@keyframes open { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + + details.badge summary::-webkit-details-marker { + display: none; +} + + details.badge summary { + width: 100%; + padding: 0.5rem 0; + border-top: 1px solid black; + position: relative; + cursor: pointer; + font-size: 1.75rem; + font-weight: 300; + list-style: none; +} + + details.badge summary:after { + content: "+"; + color: black; + position: absolute; + font-size: 1.75rem; + line-height: 0; + margin-top: 1.5rem; + padding-right: 0.25rem; + right: 0; + font-weight: 200; + transform-origin: center; + transition: 200ms linear; +} + + details[open].badge summary:after { + transform: rotate(45deg); +} + .bilberry-hugo-theme article .featured-image img { width: 100%; height: auto; diff --git a/content/page/about/index.adoc b/content/page/about/index.adoc index 453ccc5..f639c90 100644 --- a/content/page/about/index.adoc +++ b/content/page/about/index.adoc @@ -197,8 +197,8 @@ Technologies I have used at work and/or side projects. .Languages [%collapsible] -==== [.badge] +==== {java} {kotlin} {sql} diff --git a/content/page/about/index.fr.adoc b/content/page/about/index.fr.adoc index e2c01d4..da5b4d4 100644 --- a/content/page/about/index.fr.adoc +++ b/content/page/about/index.fr.adoc @@ -196,8 +196,8 @@ Technologies que j'ai utilisées au travail et/ou dans le cadre de projets paral .Languages [%collapsible] -==== [.badge] +==== {java} {kotlin} {sql} diff --git a/content/status/website/index.adoc b/content/status/website/index.adoc index ad751cf..291a08d 100644 --- a/content/status/website/index.adoc +++ b/content/status/website/index.adoc @@ -13,7 +13,7 @@ exclude = true ==== * link:https://www.maoudia.com/about/[About] -* link:https://www.maoudia.com/uses/[Usages] +* link:https://www.maoudia.com/uses/[Uses] ==== [WARNING] diff --git a/pwa/service-worker.js b/pwa/service-worker.js index 43e5b0e..1439016 100644 --- a/pwa/service-worker.js +++ b/pwa/service-worker.js @@ -154,7 +154,7 @@ registerRoute( ); registerRoute( - "https://utteranc.es/client.js", + "https://giscus.app/client.js", new StaleWhileRevalidate({ plugins: [ new CacheableResponsePlugin({ diff --git a/static/images/icons/down-arrow.svg b/static/images/icons/down-arrow.svg deleted file mode 100644 index 3146439..0000000 --- a/static/images/icons/down-arrow.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/static/images/icons/right-arrow.svg b/static/images/icons/right-arrow.svg deleted file mode 100644 index c040c1e..0000000 --- a/static/images/icons/right-arrow.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/static/sw.js b/static/sw.js index e04adcf..9ff5e03 100644 --- a/static/sw.js +++ b/static/sw.js @@ -956,7 +956,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac \*******************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var workbox_google_analytics__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! workbox-google-analytics */ \"./node_modules/workbox-google-analytics/index.mjs\");\n/* harmony import */ var workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! workbox-cacheable-response */ \"./node_modules/workbox-cacheable-response/index.mjs\");\n/* harmony import */ var workbox_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! workbox-core */ \"./node_modules/workbox-core/index.mjs\");\n/* harmony import */ var workbox_expiration__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! workbox-expiration */ \"./node_modules/workbox-expiration/index.mjs\");\n/* harmony import */ var workbox_precaching__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! workbox-precaching */ \"./node_modules/workbox-precaching/index.mjs\");\n/* harmony import */ var workbox_routing__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! workbox-routing */ \"./node_modules/workbox-routing/index.mjs\");\n/* harmony import */ var workbox_strategies__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! workbox-strategies */ \"./node_modules/workbox-strategies/index.mjs\");\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nconst VERSION = 1.0;\r\n\r\nself.addEventListener(\"activate\", (event) => {\r\n event.waitUntil(\r\n (async function () {\r\n const userCacheNames = await caches.keys();\r\n await Promise.all(\r\n userCacheNames.map(async (cacheName) => {\r\n if (!Object.values(workbox_core__WEBPACK_IMPORTED_MODULE_2__.cacheNames).includes(cacheName)) {\r\n return await caches.delete(cacheName);\r\n }\r\n return await Promise.resolve();\r\n })\r\n );\r\n })()\r\n );\r\n});\r\n\r\n(0,workbox_core__WEBPACK_IMPORTED_MODULE_2__.clientsClaim)();\r\n\r\n(0,workbox_core__WEBPACK_IMPORTED_MODULE_2__.setCacheNameDetails)({\r\n prefix: \"maoudia\",\r\n suffix: `v${VERSION}`,\r\n precache: \"precache\",\r\n runtime: \"runtime\",\r\n googleAnalytics: \"ga\",\r\n});\r\n\r\nworkbox_google_analytics__WEBPACK_IMPORTED_MODULE_0__.initialize({\r\n parameterOverrides: {\r\n cd1: \"offline\",\r\n },\r\n});\r\n\r\n(0,workbox_precaching__WEBPACK_IMPORTED_MODULE_4__.precacheAndRoute)([{'revision':'6390a3298caccebd827260a7484e0505','url':'404.html'},{'revision':'43e90677f0a95c16603f903c06c9b608','url':'amp/offline/index.html'},{'revision':'9d0588f1f4c43e2f3ab2a8989e5616dd','url':'favicon.ico'},{'revision':'2e93f3453c7499fa6aaa9545f6026cd3','url':'fr/amp/offline/index.html'},{'revision':'31331845be7458a9b9c565148a793e2d','url':'fr/offline/index.html'},{'revision':'5ff7c31b0406377db1fdb4ce54f24329','url':'images/offline/image-not-found.6975d304cc153ce2c557b07a68b82339f19fc88ca2376077469b2c951b25d20b.svg'},{'revision':'95343a4f54a1c02abc5006f023a11256','url':'index.html'},{'revision':'8f0ce4b09dd145f5b4788dde65acecb4','url':'offline/index.html'}]);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.setDefaultHandler)(new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate());\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.setCatchHandler)(async ({ event }) => {\r\n switch (event.request.destination) {\r\n case \"document\":\r\n const offlinePage = \"/offline/index.html\";\r\n if (event.request.url.indexOf(\"/fr/\") !== -1) {\r\n return (0,workbox_precaching__WEBPACK_IMPORTED_MODULE_4__.matchPrecache)(`/fr${offlinePage}`);\r\n }\r\n return (0,workbox_precaching__WEBPACK_IMPORTED_MODULE_4__.matchPrecache)(`${offlinePage}`);\r\n\r\n case \"image\":\r\n return (0,workbox_precaching__WEBPACK_IMPORTED_MODULE_4__.matchPrecache)(\r\n \"/images/offline/image-not-found.6975d304cc153ce2c557b07a68b82339f19fc88ca2376077469b2c951b25d20b.svg\"\r\n );\r\n\r\n default:\r\n return Response.error();\r\n }\r\n});\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) => request.mode === \"navigate\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.NetworkFirst({\r\n networkTimeoutSeconds: 5,\r\n cacheName: `maoudia-pages-cache-v${VERSION}`,\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n new workbox_expiration__WEBPACK_IMPORTED_MODULE_3__.ExpirationPlugin({\r\n maxEntries: 100,\r\n maxAgeSeconds: 24 * 60 * 60,\r\n purgeOnQuotaError: true,\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) =>\r\n (request.destination === \"style\" && request.url.indexOf(\".woff\") === -1) ||\r\n request.destination === \"script\" ||\r\n request.destination === \"worker\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate({\r\n cacheName: `maoudia-static-cache-v${VERSION}`,\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n new workbox_expiration__WEBPACK_IMPORTED_MODULE_3__.ExpirationPlugin({\r\n maxEntries: 50,\r\n maxAgeSeconds: 24 * 60 * 60,\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) => request.destination === \"image\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.CacheFirst({\r\n cacheName: `maoudia-image-cache-v${VERSION}`,\r\n plugins: [\r\n new workbox_expiration__WEBPACK_IMPORTED_MODULE_3__.ExpirationPlugin({\r\n maxEntries: 300,\r\n maxAgeSeconds: 182 * 24 * 60 * 60,\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) =>\r\n (request.destination === \"style\" && request.url.indexOf(\".woff\") !== -1) ||\r\n request.destination === \"font\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.CacheFirst({\r\n cacheName: `maoudia-font-cache-v${VERSION}`,\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n new workbox_expiration__WEBPACK_IMPORTED_MODULE_3__.ExpirationPlugin({\r\n maxEntries: 50,\r\n maxAgeSeconds: 365 * 24 * 60 * 60,\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) =>\r\n request.url.startsWith(\r\n \"https://github-readme-streak-stats.herokuapp.com\"\r\n ) || request.url.startsWith(\"https://github-readme-stats.vercel.app\"),\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate({\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n \"https://utteranc.es/client.js\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate({\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n \"https://webmention.io\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate({\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n ],\r\n })\r\n);\r\n\n\n//# sourceURL=webpack://maoudia.com-pwa/./pwa/service-worker.js?"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var workbox_google_analytics__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! workbox-google-analytics */ \"./node_modules/workbox-google-analytics/index.mjs\");\n/* harmony import */ var workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! workbox-cacheable-response */ \"./node_modules/workbox-cacheable-response/index.mjs\");\n/* harmony import */ var workbox_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! workbox-core */ \"./node_modules/workbox-core/index.mjs\");\n/* harmony import */ var workbox_expiration__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! workbox-expiration */ \"./node_modules/workbox-expiration/index.mjs\");\n/* harmony import */ var workbox_precaching__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! workbox-precaching */ \"./node_modules/workbox-precaching/index.mjs\");\n/* harmony import */ var workbox_routing__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! workbox-routing */ \"./node_modules/workbox-routing/index.mjs\");\n/* harmony import */ var workbox_strategies__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! workbox-strategies */ \"./node_modules/workbox-strategies/index.mjs\");\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nconst VERSION = 1.0;\r\n\r\nself.addEventListener(\"activate\", (event) => {\r\n event.waitUntil(\r\n (async function () {\r\n const userCacheNames = await caches.keys();\r\n await Promise.all(\r\n userCacheNames.map(async (cacheName) => {\r\n if (!Object.values(workbox_core__WEBPACK_IMPORTED_MODULE_2__.cacheNames).includes(cacheName)) {\r\n return await caches.delete(cacheName);\r\n }\r\n return await Promise.resolve();\r\n })\r\n );\r\n })()\r\n );\r\n});\r\n\r\n(0,workbox_core__WEBPACK_IMPORTED_MODULE_2__.clientsClaim)();\r\n\r\n(0,workbox_core__WEBPACK_IMPORTED_MODULE_2__.setCacheNameDetails)({\r\n prefix: \"maoudia\",\r\n suffix: `v${VERSION}`,\r\n precache: \"precache\",\r\n runtime: \"runtime\",\r\n googleAnalytics: \"ga\",\r\n});\r\n\r\nworkbox_google_analytics__WEBPACK_IMPORTED_MODULE_0__.initialize({\r\n parameterOverrides: {\r\n cd1: \"offline\",\r\n },\r\n});\r\n\r\n(0,workbox_precaching__WEBPACK_IMPORTED_MODULE_4__.precacheAndRoute)([{'revision':'6390a3298caccebd827260a7484e0505','url':'404.html'},{'revision':'43e90677f0a95c16603f903c06c9b608','url':'amp/offline/index.html'},{'revision':'9d0588f1f4c43e2f3ab2a8989e5616dd','url':'favicon.ico'},{'revision':'2e93f3453c7499fa6aaa9545f6026cd3','url':'fr/amp/offline/index.html'},{'revision':'31331845be7458a9b9c565148a793e2d','url':'fr/offline/index.html'},{'revision':'5ff7c31b0406377db1fdb4ce54f24329','url':'images/offline/image-not-found.6975d304cc153ce2c557b07a68b82339f19fc88ca2376077469b2c951b25d20b.svg'},{'revision':'6819fadfd5c0253d11525848d2ab66ce','url':'index.html'},{'revision':'8f0ce4b09dd145f5b4788dde65acecb4','url':'offline/index.html'}]);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.setDefaultHandler)(new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate());\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.setCatchHandler)(async ({ event }) => {\r\n switch (event.request.destination) {\r\n case \"document\":\r\n const offlinePage = \"/offline/index.html\";\r\n if (event.request.url.indexOf(\"/fr/\") !== -1) {\r\n return (0,workbox_precaching__WEBPACK_IMPORTED_MODULE_4__.matchPrecache)(`/fr${offlinePage}`);\r\n }\r\n return (0,workbox_precaching__WEBPACK_IMPORTED_MODULE_4__.matchPrecache)(`${offlinePage}`);\r\n\r\n case \"image\":\r\n return (0,workbox_precaching__WEBPACK_IMPORTED_MODULE_4__.matchPrecache)(\r\n \"/images/offline/image-not-found.6975d304cc153ce2c557b07a68b82339f19fc88ca2376077469b2c951b25d20b.svg\"\r\n );\r\n\r\n default:\r\n return Response.error();\r\n }\r\n});\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) => request.mode === \"navigate\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.NetworkFirst({\r\n networkTimeoutSeconds: 5,\r\n cacheName: `maoudia-pages-cache-v${VERSION}`,\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n new workbox_expiration__WEBPACK_IMPORTED_MODULE_3__.ExpirationPlugin({\r\n maxEntries: 100,\r\n maxAgeSeconds: 24 * 60 * 60,\r\n purgeOnQuotaError: true,\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) =>\r\n (request.destination === \"style\" && request.url.indexOf(\".woff\") === -1) ||\r\n request.destination === \"script\" ||\r\n request.destination === \"worker\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate({\r\n cacheName: `maoudia-static-cache-v${VERSION}`,\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n new workbox_expiration__WEBPACK_IMPORTED_MODULE_3__.ExpirationPlugin({\r\n maxEntries: 50,\r\n maxAgeSeconds: 24 * 60 * 60,\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) => request.destination === \"image\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.CacheFirst({\r\n cacheName: `maoudia-image-cache-v${VERSION}`,\r\n plugins: [\r\n new workbox_expiration__WEBPACK_IMPORTED_MODULE_3__.ExpirationPlugin({\r\n maxEntries: 300,\r\n maxAgeSeconds: 182 * 24 * 60 * 60,\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) =>\r\n (request.destination === \"style\" && request.url.indexOf(\".woff\") !== -1) ||\r\n request.destination === \"font\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.CacheFirst({\r\n cacheName: `maoudia-font-cache-v${VERSION}`,\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n new workbox_expiration__WEBPACK_IMPORTED_MODULE_3__.ExpirationPlugin({\r\n maxEntries: 50,\r\n maxAgeSeconds: 365 * 24 * 60 * 60,\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n ({ request }) =>\r\n request.url.startsWith(\r\n \"https://github-readme-streak-stats.herokuapp.com\"\r\n ) || request.url.startsWith(\"https://github-readme-stats.vercel.app\"),\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate({\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n \"https://giscus.app/client.js\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate({\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n ],\r\n })\r\n);\r\n\r\n(0,workbox_routing__WEBPACK_IMPORTED_MODULE_5__.registerRoute)(\r\n \"https://webmention.io\",\r\n new workbox_strategies__WEBPACK_IMPORTED_MODULE_6__.StaleWhileRevalidate({\r\n plugins: [\r\n new workbox_cacheable_response__WEBPACK_IMPORTED_MODULE_1__.CacheableResponsePlugin({\r\n statuses: [0, 200],\r\n }),\r\n ],\r\n })\r\n);\r\n\n\n//# sourceURL=webpack://maoudia.com-pwa/./pwa/service-worker.js?"); /***/ }),