diff --git a/pages/[[...slug]].tsx b/pages/[[...slug]].tsx index db34ccd..e8b03ff 100644 --- a/pages/[[...slug]].tsx +++ b/pages/[[...slug]].tsx @@ -1,5 +1,6 @@ import { useState, useEffect, useReducer, FC, ChangeEvent } from "react"; import { GetStaticPaths, GetStaticProps, InferGetStaticPropsType } from "next"; +import Head from "next/head"; import Router from "next/router"; import Error from "next/error"; import { googleScrape, extractSlug } from "../utils/translate"; @@ -43,6 +44,11 @@ const Page: FC> = ({ translation, ) : (
+ + Lingva Translate + + +