We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68c8bf commit 0f57727Copy full SHA for 0f57727
pages/_story.vue
@@ -52,7 +52,7 @@ export default {
52
},
53
methods: {
54
getContent (path) {
55
- return `/stories/_${this.params.story}/${path}`
+ return `stories/_${this.params.story}/${path}`
56
57
toggleChapter (i) {
58
this.currentChapter = i
pages/index.vue
@@ -23,7 +23,7 @@
23
:key="story.id"
24
:title="story.title"
25
:author="story.author"
26
- :thumbnail="`/stories/_${story.slug}/${story.thumbnail}`"
+ :thumbnail="`stories/_${story.slug}/${story.thumbnail}`"
27
:url="story.slug"
28
/>
29
</div>
0 commit comments