slicejs-web-framework 1.0.13 → 1.0.14

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": "slicejs-web-framework",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": "20.x"
@@ -109,7 +109,7 @@ export default class DocumentationPage extends HTMLElement {
109
109
  const navBar = await slice.build('Navbar', {
110
110
  position: 'fixed',
111
111
  logo: {
112
- src: '../../images/Slice.js-logo.png',
112
+ src: '/images/Slice.js-logo.png',
113
113
  path: '/',
114
114
  },
115
115
  items: [
@@ -13,7 +13,7 @@ export default class LandingPage extends HTMLElement {
13
13
 
14
14
  const navBar = await slice.build('Navbar', {
15
15
  logo: {
16
- src: '../../images/Slice.js-logo.png',
16
+ src: '/images/Slice.js-logo.png',
17
17
  path: '',
18
18
  },
19
19
  buttons: [
@@ -13,7 +13,7 @@ export default class Playground extends HTMLElement {
13
13
  const navBar = await slice.build('Navbar', {
14
14
  // position: "fixed",
15
15
  logo: {
16
- src: '../../images/Slice.js-logo.png',
16
+ src: '/images/Slice.js-logo.png',
17
17
  path: '/',
18
18
  },
19
19
  items: [
@@ -17,7 +17,7 @@ export default class TheSliceTeam extends HTMLElement {
17
17
  const navBar = await slice.build('Navbar', {
18
18
  position: 'fixed',
19
19
  logo: {
20
- src: '../../images/Slice.js-logo.png',
20
+ src: '/images/Slice.js-logo.png',
21
21
  path: '/',
22
22
  },
23
23
  items: [