Skip to content

Commit

Permalink
fix: minify html
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Jul 16, 2023
1 parent fe6610b commit c399c85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const SayHi = () => {
'margin: 1em 0; padding: 5px 0; background: #efefef;',
)
console.log(
`%c Shiro ${version} %c https://innei.ren `,
`%c Shiro ${window.version} %c https://innei.ren `,
'color: #fff; margin: 1em 0; padding: 5px 0; background: #39C5BB;',
'margin: 1em 0; padding: 5px 0; background: #efefef;',
)
Expand All @@ -178,3 +178,9 @@ Stay hungry. Stay foolish. --Steve Jobs
/>
)
}

declare global {
interface Window {
version: string
}
}

1 comment on commit c399c85

@vercel
Copy link

@vercel vercel bot commented on c399c85 Jul 16, 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:

shiro – ./

shiro-git-main-innei.vercel.app
springtide.vercel.app
shiro-innei.vercel.app
innei.in

Please sign in to comment.