File tree Expand file tree Collapse file tree 4 files changed +0
-86
lines changed Expand file tree Collapse file tree 4 files changed +0
-86
lines changed Original file line number Diff line number Diff line change 1
1
PORT = 3000
2
2
3
- NEXT_PUBLIC_GHOST_URL =
4
- GHOST_KEY =
5
-
6
3
API_ENTREPRISES_URL =
7
4
NEXT_PUBLIC_API_DECOUPAGE_ADMIN_URL =
8
5
Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ cp .env.sample .env
53
53
54
54
Puis compléter les champs suivants :
55
55
- ` PORT ` -> Port d’écoute du serveur, 3000 par défaut.
56
- > * Les champs suivants sont optionnels, mais vous ne pourrez pas accéder à la page ` /blog ` du site.*
57
- - `NEXT_PUBLIC_GHOST_URL` -> URL complète du blog Ghost (optionnel)
58
- - `GHOST_KEY` -> Jeton permettant l’accès aux articles du Blog Ghost (optionnel)
59
56
> * Pour utiliser l’API, vous devez compléter ce champ.*
60
57
> * En local, utilisez ce jeton pour authentifier les appels à l’API*
61
58
- `API_ENTREPRISES_URL` -> URL de l’API "recherche-entreprises"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ const withBundleAnalyzer = bundleAnalyzer({
6
6
7
7
const imagesDomains = [ ]
8
8
9
- if ( process . env . NEXT_PUBLIC_GHOST_URL ) {
10
- const url = new URL ( process . env . NEXT_PUBLIC_GHOST_URL )
11
- imagesDomains . push ( url . hostname )
12
- }
13
-
14
9
if ( process . env . NEXT_PUBLIC_IMAGES_DOMAIN ) {
15
10
const url = new URL ( process . env . NEXT_PUBLIC_IMAGES_DOMAIN )
16
11
imagesDomains . push ( url . hostname )
You can’t perform that action at this time.
0 commit comments