Skip to content

Commit

Permalink
reverts manually setting mwc basepath (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
scandycuz authored May 23, 2024
1 parent 38b8086 commit 082cfe2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- name: Deploy to Lambda Function
run: |
npm install --prefix .github/workflows/cdk
sed -i 's|const nextConfig = .*|const nextConfig = { basePath: "/wallet-connect", |' apps/mobile-wallet-connector/next.config.js
APPNAME=mobile-wallet-connector APPID=MobileWalletConnector QUALIFIER=Garage NEXT_PUBLIC_ENV=staging NEXT_PUBLIC_RECAPTCHA_SITE_KEY_STAGING=${{ secrets.RECAPTCHA_SITE_KEY_STAGING }} npm run --prefix .github/workflows/cdk cdk:deploy deploy -- --require-approval never
2 changes: 0 additions & 2 deletions apps/mobile-wallet-connector/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const nextConfig = {
svgr: false
},

basePath: "/wallet-connect",

compiler: {
// For other options, see https://styled-components.com/docs/tooling#babel-plugin
styledComponents: true
Expand Down

0 comments on commit 082cfe2

Please sign in to comment.