Author SHA1 Message Date
owner bb8f55a4f1 Change favicon.ico to favicon.jpg 2024-12-18 20:07:33 +01:00
owner 97321492ba Add headers 2024-12-18 14:27:31 +01:00
4 changed files with 14 additions and 1 deletions
+14
View File
@@ -1,3 +1,17 @@
<script setup lang="ts">
useHead({
title: 'Rasmus Search Engine',
meta: [
{ name: 'description', content: 'Just a search engine for fun' },
{ name: 'lang', content: 'en'}
],
link: [
{ rel: 'icon', type: 'image/jpeg', href: '/favicon.jpg' }
],
})
</script>
<template> <template>
<NuxtLayout> <NuxtLayout>
<NuxtPage page-key="static" /> <NuxtPage page-key="static" />
-1
View File
@@ -14,5 +14,4 @@ export default defineNuxtConfig({
}, },
modules: ['@nuxtjs/tailwindcss', 'nuxt-purgecss'], modules: ['@nuxtjs/tailwindcss', 'nuxt-purgecss'],
}); });
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B