typo: replace o-k-i.net by oki-foundation.org

This commit is contained in:
2026-08-10 10:33:52 +04:00
parent 3851e95082
commit c37c9f1600
22 changed files with 75 additions and 75 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# Déploiement — o-k-i.net (SvelteKit statique)
# Déploiement — oki-foundation.org (SvelteKit statique)
Le site est entièrement pré-rendu : `npm run build` produit un dossier `build/` de fichiers statiques servable par n'importe quel hébergement de fichiers, **sans serveur Node**.
@@ -21,8 +21,8 @@ Contenu notable de `build/` : pages HTML par route (`index.html`, `dons/index.ht
- cache immutable pour `/_app/` et `/fonts/`.
3. HTTPS : activer le certificat Let's Encrypt dans cPanel (la redirection exempte `.well-known/acme-challenge/`).
4. Vérifications post-déploiement :
- `curl -sI https://o-k-i.net/` → headers de sécurité présents,
- `curl -s https://o-k-i.net/ | grep -c "b-cdn.net\|googleapis"``0`,
- `curl -sI https://oki-foundation.org/` → headers de sécurité présents,
- `curl -s https://oki-foundation.org/ | grep -c "b-cdn.net\|googleapis"``0`,
- une URL inexistante → page 404 designée avec statut 404.
> Le service worker (`sw.js`) est servi en `text/javascript` par défaut sous Apache — rien à configurer.