Skip to content

Commit

Permalink
fix(ticket) : 리빌드
Browse files Browse the repository at this point in the history
  • Loading branch information
9yujin committed Feb 10, 2023
1 parent e28bcf9 commit f28c7a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/ticket/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '@components/home/Landing';
export { default } from '@components/home/Home';
1 change: 0 additions & 1 deletion shared/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"@dudoong/utils": "workspace:shared/utils",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@dudoong/utils": "workspace:shared/utils",
"emotion-reset": "^3.0.1",
"polished": "^4.2.2",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion shared/utils/src/apis/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const BASE_URL = `${
: window.location.origin === 'http://localhost:5173'
? 'https://staging.dudoong.com/api/v1'
: `${window.location.origin}/api/v1`
: 'https://staging.dudoong.com/api/v1'
: 'https://dudoong.com/api/v1'
}`;

export const DOMAIN = `${
Expand Down

0 comments on commit f28c7a9

Please sign in to comment.