Skip to content

Commit f8235d6

Browse files
committed
fix: disable fontshare font provider
1 parent 80fb46d commit f8235d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ export default defineNuxtConfig({
222222
},
223223

224224
fonts: {
225+
providers: {
226+
fontshare: false,
227+
},
225228
families: [
226229
{
227230
name: 'Geist',

0 commit comments

Comments
 (0)