Fixed improper page title definition

This commit is contained in:
Andrew Bastin
2020-10-04 22:23:30 -04:00
parent 48142721ac
commit c778a28f2b
4 changed files with 4 additions and 4 deletions

View File

@@ -382,7 +382,7 @@ export default {
},
head() {
return {
title: `Documentation • ${this.$store.state.name}`,
title: `Documentation • Hoppscotch`,
}
},
}