Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Feb 19, 2024
1 parent ba95465 commit 977ae18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create and publish a Docker image to AWS ECR ans deploy to EC2
on:
push:
branches:
- main
- feature/BAR-242

env:
REGISTRY: ${{ secrets.AWS_ECR_REGISTRY }}
Expand Down
4 changes: 2 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const App = ({ Component, pageProps }: AppProps) => {
return (
<TanstackQueryProvider dehydratedState={pageProps.dehydratedState}>
<Head>
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
Expand All @@ -31,7 +31,7 @@ const App = ({ Component, pageProps }: AppProps) => {
href="/images/favicon-16x16.png"
/>
<meta name="description" content="baro 설명" />
<meta name="keyword" content="baro" />
<meta name="keyword" content="baro 바로" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ba-ro.co.kr" />
<meta property="og:title" content="바로 잡아 바로 쓰는, 바로" />
Expand Down
File renamed without changes.

0 comments on commit 977ae18

Please sign in to comment.