diff --git a/.env.development b/.env.development index 384005f..9686439 100644 --- a/.env.development +++ b/.env.development @@ -7,7 +7,7 @@ NEXT_PUBLIC_AUTH_KEYCLOAK_ID=${AUTH_KEYCLOAK_ID} AUTH_URL=http://localhost.jaqpot.org:3001 AUTH_SECRET=n43NFbC4xzE4LKcigNl6N353ouZcT5tHDh29ahw7/dg= -NEXT_PUBLIC_SITE_URL=https://localhost.jaqpot.org:3001 +NEXT_PUBLIC_SITE_URL=http://localhost.jaqpot.org:3001 NEXT_PUBLIC_APP_URL=http://localhost.jaqpot.org:3000 NEXT_PUBLIC_API_URL=http://localhost.jaqpot.org:8080 diff --git a/package.json b/package.json index 40d4c26..e134701 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", + "build:docusaurus": "cd docusaurus && npm run build", "format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"", "format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"", "start": "next start",