diff --git a/package.json b/package.json index 1d19cf7..303692b 100755 --- a/package.json +++ b/package.json @@ -38,16 +38,16 @@ "sass:process": "npm run sass:tokens && npm run sass:lint && sass src/scss/global.scss src/_includes/assets/css/global.css --style=compressed", "start": "concurrently \"npm run sass:process -- --watch\" \"npm run serve\"", "serve": "cross-env ELEVENTY_ENV=development npx eleventy --serve", - "preprod": "cross-env ELEVENTY_ENV=preprod npm run sass:process && npx eleventy", - "deploy-preprod": "npm run preprod && node deploy-preprod", - "prod": "cross-env ELEVENTY_ENV=prod npm run sass:process && npx eleventy" + "prod": "cross-env ELEVENTY_ENV=prod npm run sass:process && npx eleventy", + "deploy-preprod": "npm run prod && node deploy-preprod", + "deploy-prod": "npm run prod && node deploy-prod" }, "repository": { "type": "git", "url": "git+https://git.ouvaton.coop/astrolabe/SiteWebAstrolabe.git" }, "keywords": [], - "author": "", + "author": "Yves Gatesoupe", "license": "MIT", "bugs": { "url": "https://git.ouvaton.coop/astrolabe/SiteWebAstrolabe/issues" diff --git a/src/_includes/partials/global/service-worker.js b/src/_includes/partials/global/service-worker.js index 88c6b9a..9064fc2 100644 --- a/src/_includes/partials/global/service-worker.js +++ b/src/_includes/partials/global/service-worker.js @@ -5,10 +5,6 @@ const CACHE_KEYS = { // URLS that we don’t want to end up in the cache const EXCLUDED_URLS = [ - 'admin', - '.netlify', - 'https://identity.netlify.com/v1/netlify-identity-widget.js', - 'https://unpkg.com/netlify-cms@^2.9.3/dist/netlify-cms.js', '/contact', '/thank-you' ]; diff --git a/src/_includes/partials/global/site-foot.njk b/src/_includes/partials/global/site-foot.njk index 8fe2bfc..5bd0ab2 100644 --- a/src/_includes/partials/global/site-foot.njk +++ b/src/_includes/partials/global/site-foot.njk @@ -7,7 +7,7 @@
Design et intégration : {{site.designerName}}
+Design et intégration : {{site.designerName}}
Illustrations : {{site.illustrators}}