Skip to content

Commit b08e092

Browse files
committed
**refactor: remove ProPage and related assets to streamline theme components**
1 parent 09a52c3 commit b08e092

26 files changed

+2141
-2744
lines changed

website/.vitepress/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
import { defineConfig } from 'vitepress';
2+
import tailwindcss from '@tailwindcss/vite';
23

34
export default defineConfig({
5+
vite: {
6+
plugins: [tailwindcss()],
7+
},
8+
9+
appearance: true, // Enable dark mode toggle
10+
411
title: 'Vyuh Node Flow',
512
description:
613
'A flexible, high-performance node-based flow editor for Flutter applications',

0 commit comments

Comments
 (0)