CI/CD & ajustements - Mise en place des workflows Gitea Actions #1

Merged
cedric merged 10 commits from dev into master 2026-05-16 08:17:48 +00:00
Showing only changes of commit 53d6a9c7f0 - Show all commits
+11
View File
@@ -1,4 +1,15 @@
export default function robots() {
const isProduction = process.env.NEXT_PUBLIC_ENV === 'production';
if (!isProduction) {
return {
rules: {
userAgent: '*',
disallow: '/',
},
}
}
return {
rules: {
userAgent: '*',