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" }