Skip to content

Commit

Permalink
Switch to new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLazySquid committed Jan 19, 2025
1 parent 354f0be commit 26f0fce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion site/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ export default defineConfig({
]
}
],
favicon: '/icon.ico',
favicon: '/logo.svg',
logo: {
src: './public/logo.svg'
},
components: {
ThemeProvider: './src/components/ThemeProvider.astro',
ThemeSelect: './src/components/ThemeSelect.astro'
Expand Down
Binary file removed site/public/icon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions site/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.
2 changes: 1 addition & 1 deletion site/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '../lib/app.css'
<html lang="en" class="h-full dark">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="/Gimloader/icon.ico" />
<link rel="icon" type="image/png" href="/Gimloader/logo.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Install | Gimloader</title>
Expand Down

0 comments on commit 26f0fce

Please sign in to comment.