From ffb1eb43c76c8915c5421a8c3101ba829f71a090 Mon Sep 17 00:00:00 2001 From: Arash Date: Wed, 24 Apr 2024 15:44:38 -0600 Subject: [PATCH] chore: update readme --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a95baab..7fefe5f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![nuxt-mongoose](https://raw.githubusercontent.com/arashsheyda/nuxt-mongoose/main/docs/public/cover.jpg) +![nuxt-mongoose](https://docs.arashsheyda.me/modules/nuxt-mongoose.jpg)

Nuxt Mongoose

@@ -29,7 +29,7 @@ export default defineNuxtConfig({ ### Configuration -For detailed [configuration](https://nuxt-mongoose.nuxt.space/docs/getting-started/configuration) and usage instructions, please refer to our [documentation](https://nuxt-mongoose.nuxt.space/). +For detailed [configuration](https://docs.arashsheyda.me/nuxt-mongoose/getting-started/configuration) and usage instructions, please refer to our [documentation](https://docs.arashsheyda.me/nuxt-mongoose). ## License diff --git a/package.json b/package.json index 31aca96..6464aef 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "Nuxt 3 module for MongoDB with Mongoose", "license": "MIT", "funding": "https://github.com/sponsors/arashsheyda", - "homepage": "https://nuxt-mongoose.nuxt.space", + "homepage": "https://docs.arashsheyda.me/nuxt-mongoose", "repository": { "type": "git", "url": "git+https://github.com/arashsheyda/nuxt-mongoose"