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
tonyhallett and gatsbybot committed Oct 19, 2021
1 parent 6cc964a commit 3993819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby/src/redux/types.ts
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 3993819

Please sign in to comment.