Skip to content

Commit

Permalink
feat:remove meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jundm committed Apr 17, 2022
1 parent 92e0b82 commit e5bd024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function App({ Component, pageProps }: AppProps) {
<>
<Head>
<meta charSet="utf-8" />
<meta httpEquiv="Content-Security-Policy" content="upgrade-insecure-requests"/>
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<title>{routeName[routeName.length - 1]}-ScriptECMAForum</title>
<link
Expand Down

1 comment on commit e5bd024

@vercel
Copy link

@vercel vercel bot commented on e5bd024 Apr 17, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.