Skip to content

Commit 03e4a00

Browse files
committed
docs: update url to new page
1 parent 1d938c1 commit 03e4a00

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
<a href="https://www.npmjs.com/package/nintendo-switch-eshop"><img src="https://nintendo-switch-eshop.pages.dev/nintendoeshop.png" height="100" alt="logo"/></a>
3+
<a href="https://www.npmjs.com/package/nintendo-switch-eshop"><img src="https://favna.github.io/nintendo-switch-eshop//nintendoeshop.png" height="100" alt="logo"/></a>
44

55
## nintendo-switch-eshop
66

@@ -53,7 +53,7 @@ Copyright © `2021` `favna` & `lmmfranco`
5353

5454
## Documentation
5555

56-
For the documentation go to https://nintendo-switch-eshop.pages.dev
56+
For the documentation go to https://favna.github.io/nintendo-switch-eshop/
5757

5858
## Contributors
5959

documentation/public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# https://www.robotstxt.org/robotstxt.html
2-
Sitemap: https://nintendo-switch-eshop.pages.dev/sitemap.xml
2+
Sitemap: https://favna.github.io/nintendo-switch-eshop//sitemap.xml
33
User-agent: *
44
Disallow:

documentation/src/utils/seoConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const title = 'Nintendo Switch Eshop API';
88
* Defines the default SEO configuration for the website.
99
*/
1010
export const seoConfig = {
11-
baseURL: 'https://nintendo-switch-eshop.pages.dev',
11+
baseURL: 'https://favna.github.io/nintendo-switch-eshop',
1212
description,
1313
email,
1414
type: 'website',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"browser": "./dist/iife/index.global.js"
2626
},
2727
"sideEffects": false,
28-
"homepage": "https://nintendo-switch-eshop.pages.dev",
28+
"homepage": "https://favna.github.io/nintendo-switch-eshop/",
2929
"scripts": {
3030
"test": "vitest run",
3131
"lint": "eslint --fix",

0 commit comments

Comments
 (0)