Skip to content

Commit dfc1185

Browse files
committed
fix: Adjust domain in metadata
1 parent d92c80b commit dfc1185

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
contact_links:
22
- name: 📚 Documentation
33
about: Check documentation for usage
4-
url: https://nuxt-apollo.nirvati.org
4+
url: https://nuxt-apollo.nirvati.eu
55

66
- name: 💬 Discussions
77
url: https://github.com/nirvati/nuxt-apollo/discussions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Nuxt Apollo](./docs/public/cover.jpg)](https://nuxt-apollo.nirvati.org)
1+
[![Nuxt Apollo](./docs/public/cover.jpg)](https://nuxt-apollo.nirvati.eu)
22

33
<h1 align="center">Nuxt Apollo</h1>
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"license": "MIT",
55
"repository": "https://github.com/nirvati/nuxt-apollo",
6-
"homepage": "https://nuxt-apollo.nirvati.org",
6+
"homepage": "https://nuxt-apollo.nirvati.eu",
77
"type": "module",
88
"exports": {
99
".": {

0 commit comments

Comments
 (0)