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.
blog-preview-card/vite.config.js
2024-10-07 18:11:07 +05:00

5 lines
103 B
JavaScript

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