Fix tech internal links

This commit is contained in:
samaradel
2021-10-05 11:43:22 +02:00
parent 5c0624ec37
commit 12e08035be
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ title: THE SOURCE CODE FOR
subtitle: A PEOPLES INTERNET
image: ./number_bg2.jpg
button: How It Works
link: /how-it-works
link: /tech
button2: Expand The Grid
link2: /grid
button3: Peer-To-Peer Cloud

View File

@@ -269,7 +269,7 @@ module.exports = {
use: '@gridsome/source-filesystem',
options: {
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'
}],
Info: [{
path: '/how-it-works/:id',
path: '/tech/:id',
component: '~/templates/Info.vue'
}],
},