mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-30 19:57:54 +01:00
Fix colors
This commit is contained in:
@@ -11,7 +11,6 @@ export default {
|
||||
'remark-autolink-headings',
|
||||
'remark-external-links',
|
||||
'remark-footnotes',
|
||||
'remark-mermaid'
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ export default {
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
{ hid: 'description', name: 'description', content: '' }
|
||||
{ hid: 'description', name: 'description', content: 'Web & Software Developer' }
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/png', href: '/favicon.png' }
|
||||
|
||||
Reference in New Issue
Block a user