Skip to content

Commit

Permalink
chore(gatsby): Add assetPrefix to IGatsbyConfig (#33575)
Browse files Browse the repository at this point in the history
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
2 people authored and axe312ger committed Nov 9, 2021
1 parent af74377 commit 63f10db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby/src/redux/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface IGatsbyConfig {
developMiddleware?: any
proxy?: any
pathPrefix?: string
assetPrefix?: string
mapping?: Record<string, string>
}

Expand Down

0 comments on commit 63f10db

Please sign in to comment.