Skip to content

Commit

Permalink
feat: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
antond15 committed Dec 11, 2024
1 parent 17623b0 commit 91dcd86
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
Binary file added public/favicons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/favicons/favicon.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/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ const config: DocsThemeConfig = {
<>
<title>{asPath === '/' ? 'AC Scripts' : `${title} - AC Scripts`}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/logo.svg" type="image/x-icon" />
<script defer src="https://analytics.dejv.it/script.js" data-website-id="388963db-aa71-419c-866d-71c6c5fa6d97"></script>

<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96" />
</>
);
},
Expand Down

0 comments on commit 91dcd86

Please sign in to comment.