diff --git a/components/section.vue b/components/section.vue index 46aa973d6..2119f9064 100644 --- a/components/section.vue +++ b/components/section.vue @@ -25,7 +25,7 @@ export default { return this.$store.state.postwoman.settings.FRAME_COLORS_ENABLED || false }, sectionString() { - return `${this.$route.path}/${this.label}` + return `${this.$route.path.replace(/\/+$/, '')}/${this.label}` }, },