Added default site

This commit is contained in:
Patrick Alvin Alcala 2025-09-04 11:36:40 +08:00
parent 11f7309f57
commit 20c96bb904

View file

@ -15,4 +15,5 @@ export default defineConfig({
build: { build: {
assets: '_fwt', assets: '_fwt',
}, },
site: 'http://localhost:8080',
}) })