Skip to content

Commit

Permalink
feat: add browser theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Feb 20, 2024
1 parent 2f223f1 commit cc28b0b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,15 @@ const config = {
({
image: 'img/pre-visualization/home.png',
metadata: [
{ name: 'og:description', content: 'One foundation for multiple applications' }
{
name: 'og:description',
content: 'One foundation for multiple applications'
},
{
tagName: 'meta',
name: 'theme-color',
content: '#9580ff'
}
],
navbar: {
title: 'Athenna',
Expand Down

0 comments on commit cc28b0b

Please sign in to comment.