Skip to content

Commit

Permalink
feature: add icon at the top lol
Browse files Browse the repository at this point in the history
  • Loading branch information
4x8Matrix committed Jun 20, 2024
1 parent 618789b commit e66188b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ export default defineConfig({
integrations: [
starlight({
title: "Discord Luau",
favicon: "public/favicon.png",
logo: {
light: '/src/assets/banner-light.png',
dark: '/src/assets/banner-dark.png',
replacesTitle: true,
},
favicon: "src/assets/favicon.png",
social: {
github: "https://github.com/DiscordLuau/discord-luau",
},
Expand Down
Binary file added src/assets/banner-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/banner-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit e66188b

Please sign in to comment.