File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -947,7 +947,7 @@ export interface NodePluginArgs {
947
947
/**
948
948
* Use to prefix resources URLs. `pathPrefix` will be either empty string or
949
949
* path that starts with slash and doesn't end with slash. `pathPrefix` also
950
- * becomes <assetPrefix>/<pathPrefix> when you pass both `assetPrefix` and
950
+ * becomes ` <assetPrefix>/<pathPrefix>` when you pass both `assetPrefix` and
951
951
* `pathPrefix` in your `gatsby-config.js`.
952
952
*
953
953
* See [Adding a Path Prefix](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/path-prefix/)
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ module.exports.tracing = true;
303
303
/**
304
304
* Use to prefix resources URLs. `pathPrefix` will be either empty string or
305
305
* path that starts with slash and doesn't end with slash. `pathPrefix` also
306
- * becomes <assetPrefix>/<pathPrefix> when you pass both `assetPrefix` and
306
+ * becomes ` <assetPrefix>/<pathPrefix>` when you pass both `assetPrefix` and
307
307
* `pathPrefix` in your `gatsby-config.js`.
308
308
*
309
309
* See [Adding a Path Prefix](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/path-prefix/)
You can’t perform that action at this time.
0 commit comments