Skip to content

Commit

Permalink
Merge pull request #68 from leejaeseong11/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
qbobl5 authored Dec 19, 2023
2 parents 73832bc + 2d992c9 commit 0deaa40
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: yarn install
- run: npm ci
- run: npm run build
- uses: reviewdog/action-eslint@v1
with:
reporter: github-check
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ input[type='number']::-webkit-inner-spin-button {
z-index: 1;
background-color: rgba(0, 0, 0, 0.5);
}
</style>
</style>
3 changes: 1 addition & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import Rank from '@/views/code/Rank.vue'

import MyPage from '@/views/member/MyPage.vue'


const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
routes: [
Expand All @@ -39,7 +38,7 @@ const router = createRouter({
name: 'Signup',
component: Signup
},

{
path: '/login',
name: 'Login',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@
padding: 2%;
}
</style>


0 comments on commit 0deaa40

Please sign in to comment.