Skip to content

Commit

Permalink
fix: retry meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jundm committed Apr 22, 2022
1 parent 3735d48 commit 069656a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ NEXT_PUBLIC_PRODUCTION_ENV_VARIABLE="public_production_variable"

HOSTNAME=backend.sef.today
PORT=9000
NEXT_PUBLIC_ENV_BASE_URL=https://$HOSTNAME:$PORT/
NEXT_PUBLIC_ENV_BASE_URL=http://$HOSTNAME:$PORT/
1 change: 1 addition & 0 deletions frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function App({ Component, pageProps }: AppProps) {
return (
<>
<Head>
<meta httpEquiv="Content-Security-Policy" content="upgrade-insecure-requests"/>
<meta charSet="utf-8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<title>{routeName[routeName.length - 1]}-ScriptECMAForum</title>
Expand Down

1 comment on commit 069656a

@vercel
Copy link

@vercel vercel bot commented on 069656a Apr 22, 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.