chore: remove duplicate head

This commit is contained in:
eggy 2024-03-01 16:04:25 -05:00
parent f789e792a4
commit 189964c508
2 changed files with 1 additions and 16 deletions

View File

@ -8,22 +8,6 @@ export function useTitle(title: string, description?: string) {
meta: [
{ name: "viewport", content: " width=device-width,initial-scale=1" },
{ name: "description", content: description ?? "" },
{ name: "theme-color", content: "#ffffff" },
],
link: [
{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" },
{
rel: "stylesheet",
href: "https://cdn.jsdelivr.net/npm/katex@0.16.0/dist/katex.min.css",
},
],
script: [
{
defer: true,
src: "/script.js",
hid: "stupidEmergencyScript",
type: "module",
},
],
});
}

View File

@ -9,6 +9,7 @@ export default defineNuxtConfig({
},
meta: [
{ name: "viewport", content: " width=device-width,initial-scale=1" },
{ name: "theme-color", content: "#ffffff" },
],
link: [
{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" },