Skip to content

Commit

Permalink
feat: add social in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 11, 2023
1 parent 91800d5 commit 3e00c23
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import vue from '@astrojs/vue'
import UnoCSS from '@unocss/astro'
import config from './configs.json'
import { pwa } from './src/config/pwa'
import AstroPWA from '@vite-pwa/astro'
import starlight from '@astrojs/starlight'
import { defineConfig } from 'astro/config'
import { pwa } from './src/config/pwa'
import config from './configs.json'

export default defineConfig({
compressHTML: true,
Expand All @@ -16,6 +16,10 @@ export default defineConfig({
starlight({
title: 'Capgo',
logo: { src: './logo.svg' },
social: {
discord: 'https://discord.com/invite/VnYRvBfgA6',
github: 'https://github.com/Cap-go',
},
sidebar: [
{
label: 'Getting Started',
Expand Down

0 comments on commit 3e00c23

Please sign in to comment.