fix: improve font configuration for Chinese support
This commit is contained in:
@@ -3,7 +3,7 @@ import type { Metadata } from 'next';
|
||||
import { Inter } from 'next/font/google';
|
||||
import './globals.css';
|
||||
|
||||
const inter = Inter({ subsets: ['latin'] });
|
||||
const inter = Inter({ subsets: ['latin'], display: 'swap' });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: '资源下载 - 选择项目和版本',
|
||||
|
||||
Reference in New Issue
Block a user