ci: use pages artifact

This commit is contained in:
Morten Olsen
2023-09-06 13:40:18 +02:00
parent b722d385f7
commit 89c0271fc5
2 changed files with 7 additions and 9 deletions

View File

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