Skip to content

Commit

Permalink
fix: change vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and kris-liu-smile committed Jun 27, 2023
1 parent 852b888 commit 54b4dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
port: 3001,
proxy: {
'/bigcommerce': {
target: 'https://msfremote-frontend-demo.mybigcommerce.com/',
target: 'https://storefront-staging.mybigcommerce.com/',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/bigcommerce/, ''),
},
Expand Down

0 comments on commit 54b4dd4

Please sign in to comment.