配置 API 和 Gitea 路徑 請在專案根目錄建立 .env 檔案,並填入以下內容: NEXT_PUBLIC_API_BASE_URL = "https://apiexample/api" NEXT_PUBLIC_GITEA_BASE_URL = "https://giteaexample" NEXT_PUBLIC_GITEA_SSH_BASE_URL = "git@hostname" 啟動開發伺服器 npm run dev