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.
social-links-profile/vite.config.js

6 lines
110 B
JavaScript
Raw Normal View History

2024-07-01 13:32:22 +00:00
import { defineConfig } from "vite";
export default defineConfig({
base: "/fem-social-links-profile/",
});