OG Image jartzen du (#7)

* feat: og image sartzen du sanferminetan

* feat: SEO konponentea sortzen du

* refactor: orri guztietan SEO konponentea erabiltzen du

* feat: focus hobetzen du

* feat: favicon aldatzen du

* feat: koloreak aldatzen ditu
This commit is contained in:
Aitor Urrutia
2023-07-03 19:13:17 +02:00
committed by GitHub
parent 89436522b2
commit de10cfc551
16 changed files with 119 additions and 64 deletions

View File

@@ -23,5 +23,5 @@
/* Module Resolution Options */
"allowSyntheticDefaultImports": true /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
},
"include": ["./src/**/*"]
"include": ["./src/**/*", "./index.d.ts"]
}