Skip to content

Commit 23351f9

Browse files
committed
fix: relative base url change
1 parent 5d13009 commit 23351f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
pathPrefix:'/blobs.app/',
23
siteMetadata: {
34
siteUrl: 'https://blobs.app',
45
name: 'blobs.app',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"license": "MIT",
6161
"scripts": {
62-
"build": "gatsby build",
62+
"build": "gatsby build --prefix-paths",
6363
"develop": "gatsby develop -H 0.0.0.0",
6464
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
6565
"start": "npm run develop",

0 commit comments

Comments
 (0)