加入import別名讓import更好看August 26, 2023#blogTable of Content設定ref 設定 tsconfig.json { "compilerOptions": { ... "baseUrl": ".", "paths": { "@/components/*": ["src/components/*"], ... } }js 使用 import Profile from "@/components/partial/Profile";js ref https://nextjs.org/docs/app/building-your-application/configuring/absolute-imports-and-module-aliases👈Go Back