diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml
index a5cb102..d5dd4fb 100644
--- a/.github/workflows/android-release.yml
+++ b/.github/workflows/android-release.yml
@@ -16,11 +16,11 @@ on:
workflow_dispatch:
inputs:
official:
- description: 'Publier une release versionnée officielle (sinon build latest)'
+ description: 'Publish an official versioned release (otherwise latest build)'
type: boolean
default: false
prerelease:
- description: 'Si officielle, marquer comme pré-release'
+ description: 'If official, mark it as a pre-release'
type: boolean
default: false
diff --git a/app.json b/app.json
index 5a3703d..80ed211 100644
--- a/app.json
+++ b/app.json
@@ -3,7 +3,7 @@
"name": "BeHide",
"slug": "behide",
"owner": "bysimeit",
- "version": "2.0.0",
+ "version": "1.0.0",
"scheme": "behide",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
diff --git a/server/src/index.js b/server/src/index.js
index c40ae5b..80ece9f 100644
--- a/server/src/index.js
+++ b/server/src/index.js
@@ -104,12 +104,37 @@ const landing = readFileSync(
join(dirname(fileURLToPath(import.meta.url)), "landing.html"),
);
+const SITE = "https://behide.xeron.be";
+
+const robots = `User-agent: *\nAllow: /\nSitemap: ${SITE}/sitemap.xml\n`;
+
+const sitemap = `
+