mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
docs: improved webpage
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react-swc';
|
||||
import mdx from '@mdx-js/rollup';
|
||||
var ASSET_URL = process.env.ASSET_URL || '';
|
||||
|
||||
const ASSET_URL = process.env.ASSET_URL || '';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: ASSET_URL,
|
||||
plugins: [mdx(), react()],
|
||||
base: ASSET_URL,
|
||||
plugins: [mdx(), react()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user