diff --git a/src/utils/files.jsx b/src/utils/files.jsx index 3edd7be4..39272964 100644 --- a/src/utils/files.jsx +++ b/src/utils/files.jsx @@ -4,7 +4,6 @@ const FILESERVER_URL = process.env.NEXT_PUBLIC_FILESERVER_URL || "http://files"; const STATIC_URL = process.env.NEXT_PUBLIC_STATIC_URL || "http://nginx/static"; export const PUBLIC_URL = process.env.NEXT_PUBLIC_HOST || "http://localhost"; - export function getNginxFile(filepath) { return `${STATIC_URL}/${filepath}`; }