diff --git a/.eleventy.js b/.eleventy.js index e1bc8b8..adb0cf1 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -86,6 +86,6 @@ module.exports = function(config) { output: 'dist' }, passthroughFileCopy: true, - pathPrefix: '/preprod' //TODO remove when prod + // pathPrefix: '/preprod' //TODO remove when prod }; }; diff --git a/src/_data/site.json b/src/_data/site.json index 973c7b1..51f8a5b 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -2,7 +2,7 @@ "showThemeCredit": true, "name": "Astrolabe CAE", "shortDesc": "Site web de la coopérative Astrolabe CAE", - "url": "https://astrolabe.coop/preprod", + "url": "https:/preprod.astrolabe.coop", "authorEmail": "contacte@astrolabe.coop", "authorHandle": "@AstrolabeCae", "authorName": "Astrolabe CAE", diff --git a/src/_includes/partials/components/contact-form.njk b/src/_includes/partials/components/contact-form.njk index 8a577c9..1a7915c 100644 --- a/src/_includes/partials/components/contact-form.njk +++ b/src/_includes/partials/components/contact-form.njk @@ -4,7 +4,7 @@