Fix tech internal links
This commit is contained in:
@@ -4,7 +4,7 @@ title: THE SOURCE CODE FOR
|
|||||||
subtitle: A PEOPLE’S INTERNET
|
subtitle: A PEOPLE’S INTERNET
|
||||||
image: ./number_bg2.jpg
|
image: ./number_bg2.jpg
|
||||||
button: How It Works
|
button: How It Works
|
||||||
link: /how-it-works
|
link: /tech
|
||||||
button2: Expand The Grid
|
button2: Expand The Grid
|
||||||
link2: /grid
|
link2: /grid
|
||||||
button3: Peer-To-Peer Cloud
|
button3: Peer-To-Peer Cloud
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ module.exports = {
|
|||||||
use: '@gridsome/source-filesystem',
|
use: '@gridsome/source-filesystem',
|
||||||
options: {
|
options: {
|
||||||
typeName: 'Info',
|
typeName: 'Info',
|
||||||
path: './content/page/how-it-works/info/**/*.md',
|
path: './content/page/tech/info/**/*.md',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -701,7 +701,7 @@ module.exports = {
|
|||||||
component: '~/templates/Job.vue'
|
component: '~/templates/Job.vue'
|
||||||
}],
|
}],
|
||||||
Info: [{
|
Info: [{
|
||||||
path: '/how-it-works/:id',
|
path: '/tech/:id',
|
||||||
component: '~/templates/Info.vue'
|
component: '~/templates/Info.vue'
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user