Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
(gatsby-config): Add pathPrefix with default option
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jun 23, 2023
1 parent 8be712e commit 58f018f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config: GatsbyConfig = {
assetBasePath: (process.env.ASSET_BASE_PATH || "https://static.igem.wiki/teams/4642/wiki/")

},
pathPrefix: (process.env.PATH_PREFIX || "/city-of-london-uk"),
// More easily incorporate content into your pages through automatic TypeScript type generation and better GraphQL IntelliSense.
// If you use VSCode you can also use the GraphQL plugin
// Learn more at: https://gatsby.dev/graphql-typegen
Expand Down

0 comments on commit 58f018f

Please sign in to comment.