Skip to content

Commit

Permalink
feat(config): add publicRuntimeConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Feb 26, 2024
1 parent a344724 commit eb6310f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/get-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const getConfig = (): any => {
BASE_PATH_ASSET,

// highest priority
...publicRuntimeConfig,
...(typeof window !== 'undefined' ? window.__env__ : dynamics),
...serverRuntimeConfig,
};
Expand Down

0 comments on commit eb6310f

Please sign in to comment.