diff --git a/README.md b/README.md index 42591065..827f30a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vue Flow 🌊 -[![vue flow](./src/assets/vue-flow.gif)](https://vue-flow.vercel.app/) +[![vue flow](./src/assets/vue-flow.gif)](https://vueflow.dev/) ![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/vue-flow) [![dependencies Status](https://status.david-dm.org/gh/bcakmakoglu/vue-flow.svg)](https://david-dm.org/bcakmakoglu/vue-flow) [![devDependencies Status](https://status.david-dm.org/gh/bcakmakoglu/vue-flow.svg?type=dev)](https://david-dm.org/bcakmakoglu/vue-flow?type=dev) @@ -13,8 +13,8 @@ With Vue Flow you can build your own, customized node-based applications like static diagrams or even more complex and interactive editors! -You can find a detailed explanation on how to get started in the [documentation](https://vue-flow.vercel.app/docs) or check -the [examples](https://vue-flow.vercel.app/examples). +You can find a detailed explanation on how to get started in the [documentation](https://vueflow.dev/docs) or check +the [examples](https://vueflow.dev/examples). If you want to see how it's used with Nuxt3, check out the [docs repo](https://github.com/bcakmakoglu/vue-flow-docs)! diff --git a/package.json b/package.json index 199a1455..45505b9d 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "license": "MIT", "author": "Burak Cakmakoglu", + "homepage": "https://vueflow.dev/", "exports": { ".": "./dist/vue-flow.es.js", "./*": "./*"