fix: base path for github pages
This commit is contained in:
2
index.js
2
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',
|
||||
|
||||
Reference in New Issue
Block a user