removed pathPrefix
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
@@ -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 = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user