mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 01:06:27 +00:00
chore(lint): lint and formatted file structure and code styles with custom config via prettier
This commit is contained in:
parent
a1a1d73e0e
commit
aea7109d06
@ -73,7 +73,8 @@ export default Vue.extend({
|
||||
<h1 class="font-semibold text-2xl text-black/90 dark:text-white/90">Oops! The post could not be found!</h1>
|
||||
|
||||
<p class="text-black/50 dark:text-white/30">
|
||||
Make sure that the post you are looking for is on my blog and there is no mistake in the address. You can search for the post using the search feature or return to the homepage to access other posts.
|
||||
Make sure that the post you are looking for is on my blog and there is no mistake in the address. You can
|
||||
search for the post using the search feature or return to the homepage to access other posts.
|
||||
</p>
|
||||
|
||||
<Button icon="IconBack" @click.native="$router.back()">Return home</Button>
|
||||
|
||||
@ -24,8 +24,7 @@ export default Vue.extend({
|
||||
},
|
||||
head() {
|
||||
const title = "Toshiki's Blog"
|
||||
const description =
|
||||
"Real life stories anecdotes & developmental journeys for embarking your inspirations."
|
||||
const description = 'Real life stories anecdotes & developmental journeys for embarking your inspirations.'
|
||||
|
||||
return {
|
||||
title: 'Blog',
|
||||
|
||||
@ -58,7 +58,7 @@ export default Vue.extend({
|
||||
head() {
|
||||
const title = 'Donate'
|
||||
const description =
|
||||
'Support our mission and make a difference by contributing to our future developments and researches with a tip with a slight caffeinated boost via monster'
|
||||
'Support our mission and make a difference by contributing to our future developments and researches with a tip with a slight caffeinated boost via monster.'
|
||||
|
||||
return {
|
||||
title,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user