feat: add Dockerfile for multi-stage build and remove global stylesheet link
This commit is contained in:
@ -40,10 +40,6 @@ export default function RootLayout({ children }: Props) {
|
||||
rel="shortcut icon"
|
||||
href="/favicon.svg"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="global.css"
|
||||
/>
|
||||
<meta
|
||||
name="viewport"
|
||||
content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no"
|
||||
|
||||
Reference in New Issue
Block a user