Skip to content

Commit

Permalink
chore: add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
taskylizard committed Jul 15, 2024
1 parent 94235c1 commit 67d7dcb
Show file tree
Hide file tree
Showing 4 changed files with 2,481 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/.vitepress/dist
**/.vitepress/cache

node_modules
node_modules
logos
5 changes: 3 additions & 2 deletions docs/.vitepress/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export const sharedConfig = defineConfig({
head: [
['meta', { name: 'theme-color', content: '#ADF0DD' }],
['meta', { name: 'og:type', content: 'website' }],
['meta', { name: 'og:locale', content: 'en' }]
['meta', { name: 'og:locale', content: 'en' }],
['link', { rel: 'icon', href: '/favicon.svg' }]
],
vite: {
optimizeDeps: {
Expand Down Expand Up @@ -63,6 +64,7 @@ export const sharedConfig = defineConfig({
generateImages(siteConfig)
},
themeConfig: {
logo: '/logo.png',
search: {
provider: 'local',
options: {
Expand Down Expand Up @@ -112,7 +114,6 @@ export const sharedConfig = defineConfig({
}
}
},
docFooter: { next: false, prev: false },
socialLinks: [
{ icon: 'github', link: 'https://github.com/privateersclub/wiki' },
{ icon: 'discord', link: 'https://discord.gg/jz8dUnnD6Q' },
Expand Down
Loading

0 comments on commit 67d7dcb

Please sign in to comment.