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
Hadeed Ahmad 85dd1f8728
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add workflow
2024-10-07 18:36:51 +05:00

5 lines
106 B
JavaScript

import { defineConfig } from "vite";
export default defineConfig({
base: "/social-links-profile/",
});