OptimiseFrontend #35

Merged
owner merged 2 commits from OptimiseFrontend into main 2024-12-18 13:28:04 +00:00
2 changed files with 10 additions and 1 deletions
Showing only changes of commit 97321492ba - Show all commits

View File

@ -1,3 +1,13 @@
<script setup lang="ts">
useHead({
title: 'Rasmus Search Engine',
meta: [
{ name: 'description', content: 'Just a search engine for fun' },
{ name: 'lang', content: 'en'}
]
})
</script>
<template>
<NuxtLayout>
<NuxtPage page-key="static" />

View File

@ -14,5 +14,4 @@ export default defineNuxtConfig({
},
modules: ['@nuxtjs/tailwindcss', 'nuxt-purgecss'],
});