1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
product-preview-card/vite.config.js

6 lines
106 B
JavaScript
Raw Permalink Normal View History

2024-07-04 11:45:56 +00:00
import { defineConfig } from "vite";
export default defineConfig({
2024-10-07 13:40:22 +00:00
base: "/product-preview-card/",
2024-07-04 11:45:56 +00:00
});