mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-05 05:39:12 +00:00
fix: respect LETTERFEED_BACKEND_URL at build time #1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
|
||||
const API_BASE_URL = '/api';
|
||||
|
||||
export interface Sender {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user