Update static url

This commit is contained in:
hlohaus 2025-06-13 14:36:28 +02:00
parent e9179b87c2
commit a570ace2bc
4 changed files with 35 additions and 32 deletions

View file

@ -1,6 +1,6 @@
PACKAGE_NAME = "g4f"
ORGANIZATION = "gpt4free"
GITHUB_REPOSITORY = f"xtekky/{ORGANIZATION}"
STATIC_DOMAIN = f"{ORGANIZATION}.github.io"
STATIC_DOMAIN = f"g4f.dev"
STATIC_URL = f"https://{STATIC_DOMAIN}/"
DIST_DIR = f"./{STATIC_DOMAIN}/dist"