Remove unnecessary explicit assertion

This commit is contained in:
Xevion
2023-02-17 02:38:10 -06:00
parent 204ee50ece
commit d4491464c1
2 changed files with 2 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ const Home: NextPage = () => {
<title>Icons</title>
<link rel="icon" href="/favicon.ico"/>
<OGP
url={env.NEXT_PUBLIC_APP_URL as string}
url={env.NEXT_PUBLIC_APP_URL}
title="Icons"
description="A custom search engine for all of the icons in the React-Icons library."
siteName="icons.xevion.dev"