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

Commit 2d0148c

Browse files
committed
Merge branch 'master' of https://github.com/chakra-ui/chakra-ui-vue into develop
2 parents f88ba3f + 9390db3 commit 2d0148c

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)