Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
100Gyeon committed Feb 9, 2023
2 parents f79c498 + 48d3112 commit 7f9c4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ export default class MyDocument extends Document {
<link rel="icon" type="image/png" href="/assets/favicon/fav_32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/assets/favicon/fav_64.png" sizes="64x64" />
<link
rel="stylesheet"
rel="preconnect"
as="style"
crossOrigin=""
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.css"
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.css?display=swap"
/>
</Head>
<body>
Expand Down

1 comment on commit 7f9c4da

@vercel
Copy link

@vercel vercel bot commented on 7f9c4da Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deliverble – ./

deliverble-100gyeon.vercel.app
deliverble-git-main-100gyeon.vercel.app
deliverble.kr

Please sign in to comment.