Push current documentation work state

This commit is contained in:
2023-08-19 10:51:29 +02:00
parent ddb037e944
commit a15b39ebf4
8 changed files with 829 additions and 101 deletions

View File

@ -1,6 +1,9 @@
import { defineConfig } from 'vite';
// import * as mdPlugin from 'vite-plugin-markdown';
export default defineConfig({
assetsInclude: ['**/*.md'],
// plugins: [mdPlugin(options)],
build: {
chunkSizeWarningLimit: 1600
}