diff --git a/index.js b/index.js index 59b3a35..4f0eaf8 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ const prod = process.env.NODE_ENV === 'production'; const sitedata = { site: { - base: !prod ? 'http://localhost:3000' : 'https://lowtech-lab-grenoble.fr', + basePath: !prod ? '' : '/ltg-grenoble', subject: 'Low-tech Lab - Grenoble', author: '© Low-tech Lab - Grenoble', contact: 'contact@lowtechlabgrenoble.org', diff --git a/layouts/default.hbs b/layouts/default.hbs index ab70cf9..4293dbe 100644 --- a/layouts/default.hbs +++ b/layouts/default.hbs @@ -6,23 +6,23 @@
+