mirror of
https://github.com/Qortal/q-tube.git
synced 2026-08-17 17:16:39 +00:00
The Edit Video form has been updated with similar functionality to the Publish Video form. AddToBookmarks.tsx text now works on light mode theme. Fixed some type issues in VideoContent.tsx
9 lines
178 B
TypeScript
9 lines
178 B
TypeScript
import { defineConfig } from 'vite';
|
|
import react from '@vitejs/plugin-react';
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
base: '',
|
|
});
|