mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
ci: use pages artifact
This commit is contained in:
@@ -6,6 +6,6 @@ const ASSET_URL = process.env.ASSET_URL || '';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: `${ASSET_URL}/dist/`,
|
||||
base: ASSET_URL,
|
||||
plugins: [mdx(), react()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user