From 89be9e97f30c734606eeec38b68ba31d1e5d5cf3 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sat, 15 Aug 2026 19:24:49 +0200 Subject: [PATCH] sitemap --- astro.config.mjs | 7 +++++- package-lock.json | 19 ++++++++++++++ public/robots.txt | 4 +++ public/sitemap.xml | 63 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/astro.config.mjs b/astro.config.mjs index 8ad6ad0..7b95613 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,3 +1,8 @@ import { defineConfig } from 'astro/config'; import react from '@astrojs/react'; -export default defineConfig({ site: 'https://28k8.moonweb.org', integrations: [react()], output: 'static', server: { host: '0.0.0.0' }, vite: { server: { allowedHosts: true } } }); +export default defineConfig({ + site: 'https://28k8.moonweb.org', + integrations: [react()], + server: { host: '0.0.0.0' }, + vite: { server: { allowedHosts: true } } +}); diff --git a/package-lock.json b/package-lock.json index 5b57427..4f4a521 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1781,6 +1781,17 @@ "@types/unist": "*" } }, + "node_modules/@types/node": { + "version": "24.13.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz", + "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==", + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "undici-types": "~7.18.0" + } + }, "node_modules/@types/prop-types": { "version": "15.7.15", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", @@ -5260,6 +5271,14 @@ "integrity": "sha512-2xRd0VHoAQE4M+vF/DvFFB7pUV0ZxTW1TLi7lHQWnF/Sb5TPeEUV/l+hxcNnGO00ZXGnR0voCMmYRKQf+rvJ2g==", "license": "MIT" }, + "node_modules/undici-types": { + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", + "license": "MIT", + "optional": true, + "peer": true + }, "node_modules/unified": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..f0b3ea4 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://28k8.moonweb.org/sitemap.xml diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..699ce53 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,63 @@ + + + + https://28k8.moonweb.org/ + monthly + 1.0 + + + https://28k8.moonweb.org/bbs/ + monthly + 0.9 + + + https://28k8.moonweb.org/bbs/pc/phobia/ + monthly + 0.7 + + + https://28k8.moonweb.org/bbs/pc/trancemission/ + monthly + 0.7 + + + https://28k8.moonweb.org/bbs/pc/skyline/ + monthly + 0.7 + + + https://28k8.moonweb.org/bbs/pc/kosmos-design/ + monthly + 0.7 + + + https://28k8.moonweb.org/bbs/atari/tropic-dreams/ + monthly + 0.7 + + + https://28k8.moonweb.org/bbs/amiga/esprit/ + monthly + 0.7 + + + https://28k8.moonweb.org/bbs/amiga/mods/ + monthly + 0.7 + + + https://28k8.moonweb.org/bbs/fido/ansi-art/ + monthly + 0.7 + + + https://28k8.moonweb.org/bbs/fido/nodelist/ + monthly + 0.7 + + + https://28k8.moonweb.org/bbs/legal-notice/ + yearly + 0.3 + +