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
2024-07-04 16:50:15 +05:00

5 lines
110 B
JavaScript

import { defineConfig } from "vite";
export default defineConfig({
base: "/fem-product-preview-card/",
});