diff --git a/v3-docs/docs/.vitepress/config.mts b/v3-docs/docs/.vitepress/config.mts index 7470128bd5..07d33f8773 100644 --- a/v3-docs/docs/.vitepress/config.mts +++ b/v3-docs/docs/.vitepress/config.mts @@ -15,7 +15,7 @@ export default defineConfig({ "data-website-id": "64051b0e-d79f-4fe7-b3ca-ff5c84075693", "data-project-name": "Meteor", "data-project-color": "#36436b", - "data-project-logo": "https://v3-docs.meteor.com/logo.png", + "data-project-logo": "/logo.png", "data-modal-disclaimer": "This is a custom LLM for answering questions about Meteor. Answers are based on the contents of the docs, answered forum posts, YouTube videos and GitHub issues. Please note that answers are generated by AI and may not be fully accurate, so please use your best judgement.", }, diff --git a/v3-docs/docs/index.md b/v3-docs/docs/index.md index 84434df490..8f97a7ecb7 100644 --- a/v3-docs/docs/index.md +++ b/v3-docs/docs/index.md @@ -3,8 +3,8 @@ layout: home hero: - text: "Meteor.js Docs" - tagline: "Documentation, resources, and API references to help you build and deploy with Meteor.js." + text: "Meteor Docs" + tagline: "Documentation, resources, and API references to help you build and deploy with Meteor." image: src: /logo.png alt: Meteor diff --git a/v3-docs/docs/public/logo.png b/v3-docs/docs/public/logo.png index c333537981..8644c2a46e 100644 Binary files a/v3-docs/docs/public/logo.png and b/v3-docs/docs/public/logo.png differ