Setup server to handle article page (untested)

This commit is contained in:
2018-11-26 21:48:03 +11:00
parent 829a152a1e
commit 66336a469f
14 changed files with 241 additions and 22 deletions

View File

@ -25,10 +25,6 @@ export default {
},
"blog": {
"error": {
"title": "Failed to get the blog",
"body": "Failed to get the blogs and articles from the server, please try again later or refresh your browser."
},
"article": {
"readMore": "Read More"
}
@ -231,7 +227,19 @@ export default {
},
"blog": {
"title": "Blog"
"title": "Blog",
"error": {
"title": "Failed to get the blog",
"body": "Failed to get the blogs and articles from the server, please try again later or refresh your browser."
}
},
"article": {
"title": "Article",
"error": {
"title": "Failed to get article",
"body": "Failed to get the article from the server, please try again later or refresh your browser."
}
}
},