Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 20, 2024
1 parent ae528fd commit ea08127
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A tool to automate builds, tests and manage C/C++ dependencies, inspired by npm

For information on how to install and use this project,
please refer to the
[project web site](https://xpack.github.io/xpm-preview/).
[project web site](https://xpack.github.io/xpm/).

## Project source

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"bugs": {
"url": "https://github.com/xpack/xpm-js/issues"
},
"homepage": "https://xpack.github.io/xpm-preview/",
"homepage": "https://xpack.github.io/xpm/",
"homepagePreview": "https://xpack.github.io/xpm-js/",
"dependencies": {
"@ilg/cli-start-options": "^0.8.2",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/maintainer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ and the X/Twitter announcement
The `website` branch may be subsequently updated, as long as the
version in `package.json` is not changed.

Check the result at https://xpack.github.io/xpm-preview/.
Check the result at https://xpack.github.io/xpm/.

## Final updates

Expand Down
8 changes: 4 additions & 4 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const config: Config = {
attributes: {
rel: 'icon',
type: 'image/png',
href: '/xpm-preview/favicons/favicon-48x48.png',
href: '/xpm/favicons/favicon-48x48.png',
sizes: '48x48'
}
},
Expand All @@ -184,14 +184,14 @@ const config: Config = {
attributes: {
rel: 'icon',
type: 'image/svg+xml',
href: '/xpm-preview/favicons/favicon.svg'
href: '/xpm/favicons/favicon.svg'
}
},
{
tagName: 'link',
attributes: {
rel: 'shortcut icon',
href: '/xpm-preview/favicons/favicon.ico'
href: '/xpm/favicons/favicon.ico'
}
},
{
Expand All @@ -206,7 +206,7 @@ const config: Config = {
tagName: 'link',
attributes: {
rel: 'manifest',
href: '/xpm-preview/favicons/site.webmanifest'
href: '/xpm/favicons/site.webmanifest'
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions website/static/favicons/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"short_name": "xPack",
"icons": [
{
"src": "/xpm-preview/favicons/web-app-manifest-192x192.png",
"src": "/xpm/favicons/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/xpm-preview/favicons/web-app-manifest-512x512.png",
"src": "/xpm/favicons/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
Expand Down

0 comments on commit ea08127

Please sign in to comment.