From e1eabccfdb529dc92cf9207d9de766f2c809e686 Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Thu, 19 Oct 2023 23:34:22 +0300 Subject: [PATCH] Docs website: update url --- docs/next.config.js | 2 +- docs/public/site.webmanifest | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/next.config.js b/docs/next.config.js index 6314cc7..2b60d8f 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -23,7 +23,7 @@ module.exports = async (phase) => { if (phase === 'phase-production-build' && process.env.GITHUB_PAGES === 'true') { config.env.BASE_PATH = config.basePath = '/mantine-datatable'; - config.env.CANONICAL_URL = 'https://icflorescu.github.io/mantine-datatable/'; + config.env.CANONICAL_URL = 'https://icflorescu.github.io/mantine-datatable-v6/'; } return withPWA(config); diff --git a/docs/public/site.webmanifest b/docs/public/site.webmanifest index 3ffcb38..2ebf1f2 100644 --- a/docs/public/site.webmanifest +++ b/docs/public/site.webmanifest @@ -5,12 +5,12 @@ "scope": ".", "icons": [ { - "src": "https://icflorescu.github.io/mantine-datatable/android-chrome-192x192.png", + "src": "https://icflorescu.github.io/mantine-datatable-v6/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "https://icflorescu.github.io/mantine-datatable/android-chrome-512x512.png", + "src": "https://icflorescu.github.io/mantine-datatable-v6/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }