We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9237c3 commit 8702fbdCopy full SHA for 8702fbd
app.vue
@@ -143,10 +143,6 @@ useServerHead({
143
lang: 'en',
144
},
145
link: [
146
- {
147
- rel: 'preconnect',
148
- href: 'https://fonts.bunny.net'
149
- },
150
{
151
rel: 'canonical',
152
href: joinURL(`https://page-speed.dev`, domain.value)
nuxt.config.ts
@@ -56,18 +56,6 @@ export default defineNuxtConfig({
56
apiToken: ''
57
}
58
59
- unocss: {
60
- webFonts: {
61
- fonts: {
62
- sans: [
63
64
- name: 'Roboto',
65
- provider: 'bunny'
66
- }
67
- ],
68
69
70
71
ogImage: {
72
defaults: {
73
cacheMaxAgeSeconds: 60 * 60 * 24
0 commit comments