This website requires JavaScript.
Explore
Help
Sign in
fem-projects
/
recipe-page
Archived
Watch
1
Fork
You've already forked recipe-page
0
Code
Activity
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.
main
recipe-page
/
vite.config.js
6 lines
97 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2024-07-01 23:37:54 +00:00
import
{
defineConfig
}
from
"vite"
;
export
default
defineConfig
(
{
Add workflow
2024-10-07 13:39:15 +00:00
base
:
"/recipe-page/"
,
Initial commit
2024-07-01 23:37:54 +00:00
}
)
;
Copy permalink