Merge branch 'dev-restructure' of https://gitlab.com/hanifsalafi/web-humas-polri into dev-restructure

This commit is contained in:
Rama Priyanto 2024-11-07 13:58:10 +07:00
commit e7482b346d
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
images: {
domains: ['38.47.180.165'],
},
}
module.exports = nextConfig

View File

@ -1,6 +1,6 @@
import axios from "axios";
const baseURL = "https://38.47.180.165:8802";
const baseURL = "http://38.47.180.165:8802";
const axiosBaseInstance = axios.create({
baseURL,