Skip to content

Commit

Permalink
perf: remove web font entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 1, 2024
1 parent b9237c3 commit 8702fbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ useServerHead({
lang: 'en',
},
link: [
{
rel: 'preconnect',
href: 'https://fonts.bunny.net'
},
{
rel: 'canonical',
href: joinURL(`https://page-speed.dev`, domain.value)
Expand Down
12 changes: 0 additions & 12 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ export default defineNuxtConfig({
apiToken: ''
}
},
unocss: {
webFonts: {
fonts: {
sans: [
{
name: 'Roboto',
provider: 'bunny'
}
],
}
}
},
ogImage: {
defaults: {
cacheMaxAgeSeconds: 60 * 60 * 24
Expand Down

0 comments on commit 8702fbd

Please sign in to comment.