import Link from "next/link"; import Head from "next/head"; import "../styles/globals.css"; import styles from "../styles/Home.module.css"; function MyApp({ Component, pageProps }) { return ( <> 前端技术分享 ); } export default MyApp;