add meta, public stuff
This commit is contained in:
parent
b7f2ba447f
commit
d469f88baf
@ -10,4 +10,23 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
app: {
|
||||||
|
head: {
|
||||||
|
charset: 'utf-8',
|
||||||
|
viewport: 'width=device-width, initial-scale=1.0',
|
||||||
|
title: 'lunasqu.ee',
|
||||||
|
meta: [
|
||||||
|
{ name: 'description', content: "Evert Prants' personal website" },
|
||||||
|
{
|
||||||
|
name: 'keywords',
|
||||||
|
content:
|
||||||
|
'evert,lunasquee,lunasqu,evert prants website,evert prants koduleht,evert prants homepage,evert official,portfolio,portfoolio,projects,projektid',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
link: [
|
||||||
|
{ rel: 'me', href: 'https://social.lunasqu.ee/diamond' },
|
||||||
|
{ rel: 'me', href: 'https://fosstodon.org/@evertprants' },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
2
public/robots.txt
Normal file
2
public/robots.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /serve/
|
Loading…
Reference in New Issue
Block a user