funny changes
This commit is contained in:
26
app/app.vue
26
app/app.vue
@@ -1,28 +1,24 @@
|
||||
<script setup>
|
||||
useHead({
|
||||
meta: [
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', href: '/favicon.ico' }
|
||||
],
|
||||
meta: [{ name: "viewport", content: "width=device-width, initial-scale=1" }],
|
||||
link: [{ rel: "icon", href: "/favicon.ico" }],
|
||||
htmlAttrs: {
|
||||
lang: 'en'
|
||||
}
|
||||
})
|
||||
lang: "en",
|
||||
},
|
||||
});
|
||||
|
||||
const title = 'Nuxt Starter Template'
|
||||
const description = 'A production-ready starter template powered by Nuxt UI. Build beautiful, accessible, and performant applications in minutes, not hours.'
|
||||
const title = "Baupark Mühltal";
|
||||
const description = "Baupark Mühltal";
|
||||
|
||||
useSeoMeta({
|
||||
title,
|
||||
description,
|
||||
ogTitle: title,
|
||||
ogDescription: description,
|
||||
ogImage: 'https://ui.nuxt.com/assets/templates/nuxt/starter-light.png',
|
||||
twitterImage: 'https://ui.nuxt.com/assets/templates/nuxt/starter-light.png',
|
||||
twitterCard: 'summary_large_image'
|
||||
})
|
||||
ogImage: "https://ui.nuxt.com/assets/templates/nuxt/starter-light.png",
|
||||
twitterImage: "https://ui.nuxt.com/assets/templates/nuxt/starter-light.png",
|
||||
twitterCard: "summary_large_image",
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user