Update Dockerfile for documentation to simplify base image and streamline dependency handling
Some checks failed
Lint / lint (push) Has been cancelled
Lint / lint (pull_request) Has been cancelled

This commit is contained in:
2026-01-14 19:17:37 +01:00
parent 6d2e1ead05
commit 7c3f4050c5

View File

@@ -1,7 +1,7 @@
import axios from "axios";
const api = axios.create({
baseURL: process.env.NEXT_PUBLIC_API_URL || "http://localhost:3000",
baseURL: process.env.NEXT_PUBLIC_API_URL || "https://api.memegoat.fr",
withCredentials: true,
headers: {
"Content-Type": "application/json",