@eox/pages-theme-eox 0.10.1 → 0.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config.mjs +1 -1
  2. package/package.json +1 -1
package/config.mjs CHANGED
@@ -10,7 +10,7 @@ export default async (brandId = "eox") => {
10
10
  register(pathToFileURL(path.join(__dirname, "./src/https-hooks.mjs")));
11
11
 
12
12
  // Load the remote brand configuration
13
- const brand = await import(`https://hub-brands.eox.at/${brandId}/config.mjs`);
13
+ const brand = await import(`https://cdn-hub-brands.ext.eox.at/${brandId}/config.mjs`);
14
14
 
15
15
  // Load the base VitePress configuration
16
16
  const vitepressConfig = await import("./src/vitepressConfig.mjs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eox/pages-theme-eox",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "type": "module",
5
5
  "description": "Vitepress Theme with EOX branding",
6
6
  "main": "src/index.js",