Solved a problem with the build process
This commit is contained in:
@@ -247,12 +247,7 @@ export default function ExamPage({page}: Props) {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>
|
||||
{capitalize(page)
|
||||
.slice(0, page.length - 1)
|
||||
.toString()}{" "}
|
||||
| EnCoach
|
||||
</title>
|
||||
<title>{capitalize(page).toString()} | EnCoach</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="A training platform for the IELTS exam provided by the Muscat Training Institute and developed by eCrop."
|
||||
|
||||
Reference in New Issue
Block a user