mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 03:59:17 +00:00
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
export const SITE = {
|
|
name: "Qwind",
|
|
|
|
origin: "https://qwind.pages.dev",
|
|
basePathname: "/",
|
|
trailingSlash: true
|
|
};
|