fix: 修正每次启动服务时的网络问题
- 在nuxt.config.ts中将fonts-provider修改为'local',不再从google拉取资源
This commit is contained in:
@ -18,6 +18,10 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
|
||||
fonts: {
|
||||
provider: 'local',
|
||||
},
|
||||
|
||||
// css
|
||||
css: [
|
||||
"@unocss/reset/tailwind.css",
|
||||
|
||||
Reference in New Issue
Block a user