mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-01 15:30:52 +08:00
16 lines
205 B
TypeScript
16 lines
205 B
TypeScript
export default {
|
|
extends: ["docus"],
|
|
app: {
|
|
baseURL: "/lime/",
|
|
},
|
|
image: {
|
|
provider: "none",
|
|
},
|
|
robots: {
|
|
robotsTxt: false,
|
|
},
|
|
llms: {
|
|
domain: "https://lime.local",
|
|
},
|
|
};
|