This website requires JavaScript.
Explore
Help
Sign in
fem-projects
/
blog-preview-card
Archived
Watch
1
Fork
You've already forked blog-preview-card
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.
09fd3fe3b5
blog-preview-card
/
vite.config.js
6 lines
103 B
JavaScript
Raw
Normal View
History
Unescape
Escape
github pages
2024-06-30 15:41:32 +00:00
import
{
defineConfig
}
from
"vite"
;
export
default
defineConfig
(
{
Add workflow
2024-10-07 13:11:07 +00:00
base
:
"/blog-preview-card/"
,
github pages
2024-06-30 15:41:32 +00:00
}
)
;
Copy permalink