@vixt/react 0.5.3 → 0.5.4

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/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -101,7 +101,7 @@ import routes from '~react-pages'
101
101
 
102
102
  const app = createRoot(document.getElementById('${options.rootId}')!)
103
103
  app.render(
104
- <BrowserRouter>
104
+ <BrowserRouter basename="${options.baseURL}">
105
105
  <App />
106
106
  </BrowserRouter>,
107
107
  )
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/react",
3
3
  "type": "module",
4
- "version": "0.5.3",
4
+ "version": "0.5.4",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -38,7 +38,7 @@
38
38
  "vite-plugin-pages": "^0.33.1",
39
39
  "vite-plugin-vue-layouts": "^0.11.0",
40
40
  "yaml": "^2.8.0",
41
- "@vixt/core": "0.5.3"
41
+ "@vixt/core": "0.5.4"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "unbuild",