feat: add Dockerfile for multi-stage build and remove global stylesheet link

This commit is contained in:
2025-08-05 21:54:02 +03:00
parent 24edefa242
commit 573f50acc1
2 changed files with 48 additions and 4 deletions

View File

@ -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"