Skip to content

Commit 56941b4

Browse files
committed
fix prefix
1 parent dfd287e commit 56941b4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

www/gatsby-config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const path = require('path')
22

33
module.exports = {
4+
pathPrefix: '/hooks',
45
siteMetadata: {
56
title: '@restart/hooks',
67
author: 'Jason Quense',

www/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "gatsby build"
88
},
99
"dependencies": {
10-
"@docpocalypse/gatsby-theme": "^0.11.25",
10+
"@docpocalypse/gatsby-theme": "^0.11.26",
1111
"gatsby": "^2.21.24",
1212
"gatsby-plugin-typedoc": "^0.3.11",
1313
"react": "^16.13.1",

www/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1226,10 +1226,10 @@
12261226
optionalDependencies:
12271227
fibers "^5.0.0"
12281228

1229-
"@docpocalypse/gatsby-theme@^0.11.25":
1230-
version "0.11.25"
1231-
resolved "https://registry.yarnpkg.com/@docpocalypse/gatsby-theme/-/gatsby-theme-0.11.25.tgz#2a4fb4517cef3d6c66fc91e3ca6cf753f680574f"
1232-
integrity sha512-olyXoPP7ABMqQCNA1xD1psSPrV6n3v3XIwuqJ7CDwQme/miCUifrIjeyG6YSHD2nHwXvedd/ZYJf3OFnto7Atw==
1229+
"@docpocalypse/gatsby-theme@^0.11.26":
1230+
version "0.11.26"
1231+
resolved "https://registry.yarnpkg.com/@docpocalypse/gatsby-theme/-/gatsby-theme-0.11.26.tgz#d27c40fa463d8d0b37791643455ecff2cb6bc9ef"
1232+
integrity sha512-1EBfHWxsdZKTDohnVupSy8pCz1ab7+MvpY7RLMWGh1mWZqo7qNdjuAoRBn83gE0NIB7x/NWIJG7R5owC6x+rRw==
12331233
dependencies:
12341234
"@docpocalypse/code-live" "^0.4.18"
12351235
"@docpocalypse/gatsby-theme-core" "^0.8.17"

0 commit comments

Comments
 (0)