diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 78c8230..aac18d8 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -18,7 +18,7 @@ export default defineConfig({ tag: 'meta', attrs: { property: 'og:image', - content: 'https://disco.mariuti.com/disco.jpeg', + content: 'https://disco.mariuti.com/disco.png', } }], sidebar: [ diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 70794c2..337b88e 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -3,7 +3,7 @@ title: Disco description: Official documentation for Disco, a modern and simple library for scoped dependency injection in Flutter. --- -disco image +disco image Disco is a library introducing a new concept of providers that operate differently from those already present in the Flutter ecosystem. It was developed to overcome the challenges and limitations in the context of dependency injection.