removed pathPrefix

This commit is contained in:
hamdy
2021-02-16 11:11:34 +02:00
parent 4767df381d
commit 6f0b4782de
2 changed files with 5 additions and 6 deletions

View File

@@ -12,10 +12,10 @@ navLinks:
expandable: false expandable: false
submenu: submenu:
- title: Page2 - title: Page2
path: /threefold/page2 path: /page2
- title: Page3 - title: Page3
path: /threefold/page3 path: /page3
- name: People - name: People
link: /people link: /people
@@ -28,10 +28,10 @@ navLinks:
expandable: false expandable: false
submenu: submenu:
- title: NewsRoom - title: NewsRoom
path: /threefold/news path: /news
- title: Blog - title: Blog
path: /threefold/blog path: /blog
- title: Community - title: Community
path: https://forums.threefold.io/ path: https://forums.threefold.io/

View File

@@ -6,7 +6,6 @@
module.exports = { module.exports = {
siteName: 'Threefold Webstack', siteName: 'Threefold Webstack',
pathPrefix: 'threefold',
plugins: [ plugins: [
// Local models // Local models
@@ -429,4 +428,4 @@ module.exports = {
] ]
} }
} }
} }