jbilcke-hf's picture
jbilcke-hf HF staff
work in progress for AI Stories Factory
0bf0c48
raw
history blame
153 Bytes
export const aitubeUrl = `${process.env.NEXT_PUBLIC_DOMAIN || "" }`
export const aitubeApiUrl = aitubeUrl + (aitubeUrl.endsWith("/") ? "" : "/") + "api/"