@eox/pages-theme-eox 0.8.5 → 0.8.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eox/pages-theme-eox",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "type": "module",
5
5
  "description": "Vitepress Theme with EOX branding",
6
6
  "main": "src/index.js",
@@ -371,6 +371,7 @@ export default {
371
371
  },
372
372
  mounted() {
373
373
  window.addEventListener("resize", this.handleResize);
374
+ this.handleResize();
374
375
  this.updateOrderStyles();
375
376
  },
376
377
  beforeDestroy() {