remove Replit branding (meta description, dev banner)
This commit is contained in:
@@ -4,14 +4,14 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
||||||
<title>ToolRate — Tool-Bewertungsplattform</title>
|
<title>ToolRate — Tool-Bewertungsplattform</title>
|
||||||
<meta name="description" content="ToolRate — Tool-Bewertungsplattform — built on Replit. Update this description to reflect the app." />
|
<meta name="description" content="ToolRate — Tool-Bewertungsplattform" />
|
||||||
<meta name="robots" content="index, follow" />
|
<meta name="robots" content="index, follow" />
|
||||||
<meta property="og:title" content="ToolRate — Tool-Bewertungsplattform" />
|
<meta property="og:title" content="ToolRate — Tool-Bewertungsplattform" />
|
||||||
<meta property="og:description" content="ToolRate — Tool-Bewertungsplattform — built on Replit. Update this description to reflect the app." />
|
<meta property="og:description" content="ToolRate — Tool-Bewertungsplattform" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:title" content="ToolRate — Tool-Bewertungsplattform" />
|
<meta name="twitter:title" content="ToolRate — Tool-Bewertungsplattform" />
|
||||||
<meta name="twitter:description" content="ToolRate — Tool-Bewertungsplattform — built on Replit. Update this description to reflect the app." />
|
<meta name="twitter:description" content="ToolRate — Tool-Bewertungsplattform" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
|||||||
@@ -40,9 +40,6 @@ export default defineConfig({
|
|||||||
root: path.resolve(import.meta.dirname, ".."),
|
root: path.resolve(import.meta.dirname, ".."),
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
await import("@replit/vite-plugin-dev-banner").then((m) =>
|
|
||||||
m.devBanner(),
|
|
||||||
),
|
|
||||||
]
|
]
|
||||||
: []),
|
: []),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user