Skip to content

Commit

Permalink
docs: inline Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 12, 2024
1 parent da41a48 commit 7f30ea7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { DefaultTheme } from 'vitepress'
import UnoCSS from 'unocss/vite'
import { defineConfig } from 'vitepress'
import { github, ogDescription, ogImage, ogTitle, ogUrl, releases, version } from './meta'

Expand Down Expand Up @@ -28,6 +29,10 @@ export default defineConfig({

appearance: 'dark',

vite: {
plugins: [UnoCSS()],
},

themeConfig: {
logo: '/logo.svg',

Expand Down
18 changes: 0 additions & 18 deletions docs/vite.config.ts

This file was deleted.

0 comments on commit 7f30ea7

Please sign in to comment.