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