Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 0587920

Browse files
Update FileContributors.vue
1 parent 93fa51e commit 0587920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/components/FileContributors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
return this.$route.path
3232
},
3333
filePath () {
34-
return `website/docs${this.fileRoute}.mdx`
34+
return `website/pages${this.fileRoute}.mdx`
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)