This website requires JavaScript.
Explore
Help
Sign in
fem-projects
/
nft-preview-card
Archived
Watch
1
Fork
You've already forked nft-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.
39e321650b
nft-preview-card
/
vite.config.js
6 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2024-07-11 04:34:54 +00:00
import
{
defineConfig
}
from
"vite"
;
export
default
defineConfig
(
{
Add workflow
2024-10-07 13:41:39 +00:00
base
:
"/nft-preview-card/"
,
Initial commit
2024-07-11 04:34:54 +00:00
}
)
;
Copy permalink