feat: support self hosted grist (#5655)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -24,4 +24,6 @@ function Grist(props: Props) {
|
||||
|
||||
Grist.ENABLED = [new RegExp("^https?://([a-z.-]+\\.)?getgrist\\.com/(.+)$")];
|
||||
|
||||
Grist.URL_PATH_REGEX = /(.+)/;
|
||||
|
||||
export default Grist;
|
||||
|
||||
Reference in New Issue
Block a user