Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb8f55a4f1 | ||
|
|
97321492ba |
@@ -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>
|
||||
<NuxtLayout>
|
||||
<NuxtPage page-key="static" />
|
||||
|
||||
@@ -14,5 +14,4 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
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 |
Reference in New Issue
Block a user