Skip to content

Commit

Permalink
Try to add a favicon to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 24, 2023
1 parent bbb9afa commit 51985af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export default defineConfig({
editLink: {
baseUrl: 'https://git.sr.ht/~robsimmons/dusa/tree/main/item/docs/',
},
head: [
{ tag: 'link', attrs: { rel: 'icon', href: '/dusa-icon.svg' } },
{ tag: 'link', attrs: { rel: 'mask-icon', href: '/dusa-icon.svg', color: '#158f44' } },
],
sidebar: [
{
label: 'Dusa is...',
Expand Down
4 changes: 4 additions & 0 deletions public/dusa-icon-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions public/dusa-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51985af

Please sign in to comment.