chore: trying to ensure packages gets published

This commit is contained in:
Morten Olsen
2023-09-06 12:57:39 +02:00
parent 23ebca5bb4
commit 5de1f0ce1d
6 changed files with 19 additions and 4 deletions

View File

@@ -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()],
});