mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 05:36:17 +00:00
feat(api): set default api url with env var
This commit is contained in:
@@ -14,6 +14,9 @@ const config = {
|
||||
pages: "public",
|
||||
fallback: "404.html"
|
||||
}),
|
||||
env: {
|
||||
publicPrefix: "RV"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user