mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
chore: trying to ensure packages gets published
This commit is contained in:
@@ -2,7 +2,10 @@ import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react-swc';
|
||||
import mdx from '@mdx-js/rollup';
|
||||
|
||||
const ASSET_URL = process.env.ASSET_URL || '';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: `${ASSET_URL}/dist/`,
|
||||
plugins: [mdx(), react()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user