1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

fix: Script name

Signed-off-by: Six <23470032+6ixfalls@users.noreply.github.com>
This commit is contained in:
Six 2024-01-17 17:45:16 -08:00
parent 9226f05f2c
commit 31d7fb3754
No known key found for this signature in database
GPG key ID: 00148D3869C21E43

View file

@ -45,7 +45,7 @@ export default function Meta() {
/>
{/* <!-- NEXT_PUBLIC_ env variables --> */}
<script src="/__env.js" />
<script src="/__appenv.js" />
</Head>
)
}