Fixed config

This commit is contained in:
Patrick Alvin Alcala 2026-03-19 18:53:37 +08:00
parent cd4861689b
commit d5f68bc324

View file

@ -25,5 +25,5 @@ export default defineConfig({
assets: '_dasig',
inlineStylesheets: 'never',
},
site: 'http://localhost:4321',
site: 'https://articles.patalcala.com',
})