+
Pour toute question, n’hésitez pas à nous contacter en répondant à ce courriel.
Merci infiniment pour votre soutien.
- + `) diff --git a/next.config.js b/next.config.js index 2909749..8332286 100644 --- a/next.config.js +++ b/next.config.js @@ -19,12 +19,12 @@ module.exports = (withPWA({ remotePatterns: [ { protocol: 'https', - hostname: 'api.oki.re', + hostname: 'api.pawol.nu', pathname: '/uploads/**', }, { protocol: 'https', - hostname: 'oki.re', + hostname: 'pawol.nu', }, { protocol: 'http', diff --git a/package.json b/package.json index 5ebe73a..ce7b232 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "oki.re", + "name": "pawol.nu", "description": "Application web spécialisés dans la transcription et la traduction de productions musicales. (front)", "version": "1.0.0", "private": false, @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://codeberg.org/OKI/oki.re.git" + "url": "git+https://codeberg.org/OKI/pawol.nu.git" }, "scripts": { "lint": "xo",