fix: 修正每次启动服务时的网络问题

- 在nuxt.config.ts中将fonts-provider修改为'local',不再从google拉取资源
This commit is contained in:
2025-09-06 15:40:43 +08:00
parent 5ddb2265cf
commit 33bfc3ff73

View File

@ -18,6 +18,10 @@ export default defineNuxtConfig({
},
},
fonts: {
provider: 'local',
},
// css
css: [
"@unocss/reset/tailwind.css",