Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit d898a87

Browse files
authored
Fix links to point to publicly accessible address (#68)
Fix links to point to publicly accessible address
2 parents 2ae97c9 + 4cd7517 commit d898a87

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/docs/documentation/references/project-configuration.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ Specify the port to use for the dev server.
180180

181181
> This property was removed in the v2
182182
>
183-
> Check more information about how to use it [here](http://localhost:3000/docs/migration-guide#theme-property-removed)
183+
> Check more information about how to use it [here](https://www.docz.site/docs/migration-guide#theme-property-removed)
184184
185185
### wrapper
186186

187187
> This property was removed in the v2.
188188
>
189-
> Check more information about how to use it [here](http://localhost:3000/docs/migration-guide#wrapper-property-removed)
189+
> Check more information about how to use it [here](https://www.docz.site/docs/migration-guide#wrapper-property-removed)
190190
191191
### themeConfig
192192

@@ -241,16 +241,16 @@ Array of [rehype plugins](https://github.com/rehypejs/rehype/blob/master/doc/plu
241241

242242
> This property was removed in the v2. Use Gatsby hooks instead.
243243
>
244-
> More info about it [here](http://localhost:3000/docs/powered-by-gatsby)
244+
> More info about it [here](https://www.docz.site/docs/powered-by-gatsby)
245245
246246
### modifyBundlerConfig
247247

248248
> This property was removed in the v2. Use Gatsby hooks instead.
249249
>
250-
> More info about it [here](http://localhost:3000/docs/powered-by-gatsby)
250+
> More info about it [here](https://www.docz.site/docs/powered-by-gatsby)
251251
252252
### modifyBabelRc
253253

254254
> This property was removed in the v2. Use Gatsby hooks instead.
255255
>
256-
> More info about it [here](http://localhost:3000/docs/powered-by-gatsby)
256+
> More info about it [here](https://www.docz.site/docs/powered-by-gatsby)

0 commit comments

Comments
 (0)