Skip to content

Commit

Permalink
Merge pull request #2 from icflorescu/next
Browse files Browse the repository at this point in the history
Docs website: update url
  • Loading branch information
icflorescu committed Oct 19, 2023
2 parents 7fa3b46 + e1eabcc commit a6954cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions docs/public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit a6954cb

Please sign in to comment.