Skip to content

Commit

Permalink
첫 페이지 수정 (#41)
Browse files Browse the repository at this point in the history
첫 페이지 수정
  • Loading branch information
Dobbymin authored Oct 27, 2024
2 parents 3c8b78c + cbdc5bb commit 4f6d722
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-admin.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Deploy Admin Page to AWS

on:
pull_request:
push:
branches: ["develop"]
types: ["closed"]
workflow_dispatch:
env:
AWS_REGION: ap-northeast-2
ADMIN_BUCKET_NAME: v-admin.gdsc-knu.com
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"aliases": {
"components": "@/shared/components",
"utils": "@/app/lib/utils",
"ui": "@/shared/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
"ui": "@/shared",
"lib": "@/app/lib",
"hooks": "@/shared/hooks"
}
}
1 change: 0 additions & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"format": "prettier --check --ignore-path .prettierignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"homepage": "/admin",
"dependencies": {
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-icons": "^1.3.0",
Expand Down
File renamed without changes.
Empty file.

0 comments on commit 4f6d722

Please sign in to comment.