This commit is contained in:
hailin 2025-05-21 12:15:43 +08:00
parent 6f7ffdc374
commit 6de9f3091c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export default function Document() {
return ( return (
<Html lang="en"> <Html lang="en">
<Head> <Head>
<script src="/env.js" async /> <script src="/env.js" defer />
</Head> </Head>
<body> <body>
<Main /> <Main />