加入import別名讓import更好看 Anonymous2023-08-26 About 100 words One minute Contents 設定 ref 設定 tsconfig.json { "compilerOptions": { ... "baseUrl": ".", "paths": { "@/components/*": ["src/components/*"], ... } } 使用 import Profile from "@/components/partial/Profile";ref https://nextjs.org/docs/app/building-your-application/configuring/absolute-imports-and-module-aliases