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.
nft-preview-card/vite.config.js

6 lines
102 B
JavaScript
Raw Permalink Normal View History

2024-07-11 04:34:54 +00:00
import { defineConfig } from "vite";
export default defineConfig({
2024-10-07 13:41:39 +00:00
base: "/nft-preview-card/",
2024-07-11 04:34:54 +00:00
});