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

6 lines
96 B
JavaScript
Raw Normal View History

2024-10-07 13:11:07 +00:00
import path from "path";
2024-06-30 15:41:32 +00:00
2024-10-07 13:11:07 +00:00
export default {
base: "/" + path.basename(process.cwd()) + "/",
};