mirror of
https://github.com/Xevion/icons.git
synced 2025-12-15 10:12:03 -06:00
Remove unnecessary explicit assertion
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user