aifuxi / fuxiaochen

🌈 一个简单的个人站,使用 Next.js 构建
https://fuxiaochen.com
MIT License
313 stars 44 forks source link

export const ERROR_NO_PERMISSION = new Error('无权限'); #19

Closed chenrongjian closed 6 months ago

chenrongjian commented 6 months ago

登录后台创建标签的时候,提示export const ERROR_NO_PERMISSION = new Error('无权限');

aifuxi commented 6 months ago

如果你是自己部署或者在本地开发需要配置 .env.production 或者 .env.development,设置 NEXT_PUBLIC_ADMIN_EMAILS 字段包含你Github的邮箱,参考项目中 .env.example 末尾的示例