diff --git a/frontend/app.vue b/frontend/app.vue index a31130c3..660feb46 100644 --- a/frontend/app.vue +++ b/frontend/app.vue @@ -2,6 +2,11 @@ if (useCookie("jwt")) { const cookie = useState('cookie' , () => useCookie("jwt")) } +useHead({ + titleTemplate:(title)=>{ + return title ? ` طرح چه | ${ title } ` : "طرح چه" + } +})