Files
ai-coding-workflow-labs/claudekit/vite.config.js
T
tiennm99 5157b63023 chore: unify the labs under one GitHub Pages site
Each web demo builds with its base path under /ai-coding-workflow-labs/,
a single deploy workflow assembles them with a root index, and the
per-directory workflows from the standalone repos are removed.
2026-08-10 18:04:52 +07:00

6 lines
119 B
JavaScript

import { defineConfig } from "vite";
export default defineConfig({
base: "/ai-coding-workflow-labs/claudekit/",
});