Skip to content

Commit

Permalink
feat:add https
Browse files Browse the repository at this point in the history
  • Loading branch information
jundm committed Apr 14, 2022
1 parent 8aec203 commit 92e0b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ 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 92e0b82

@vercel
Copy link

@vercel vercel bot commented on 92e0b82 Apr 14, 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.