Skip to content

Commit a468b67

Browse files
authored
Merge pull request #113 from CivicDataLab/dev
removed the path prefix
2 parents 70b56d5 + b8a7aee commit a468b67

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

gatsby-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
const path = require('path');
22

33
module.exports = {
4-
pathPrefix: '/website-new',
54
siteMetadata: {
65
title: `CivicDataLab`,
76
summary: '',
87
description:
98
'A research lab working on the intersection use data, tech, design and social science to strengthen the course of civic engagements in India.',
10-
siteUrl: 'https://civicdatalab.in/website-new',
9+
siteUrl: 'https://civicdatalab.in',
1110
image: '/cdl_logo.png',
1211
social: {
1312
twitter: '',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"website"
4040
],
4141
"scripts": {
42-
"build": "gatsby build --prefix-paths",
42+
"build": "gatsby build",
4343
"develop": "gatsby develop -H 0.0.0.0",
4444
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
4545
"start": "npm run develop",
46-
"serve": "gatsby serve --prefix-paths",
46+
"serve": "gatsby serve",
4747
"clean": "gatsby clean",
4848
"test": ""
4949
}

0 commit comments

Comments
 (0)