-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor URL handling and temporarily disable Gleap initialization (#…
…1482) - Updated the canonical URL in the structured data generation to use the dynamic WEB_URL from envConfig for better maintainability. - Temporarily disabled the Gleap initialization in the GleapInit component to prevent errors when the API key is not set. These changes enhance the application's configuration management and prevent potential issues with Gleap integration.
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ export function GoogleAnalytics() { | |
</Script> | ||
</> | ||
); | ||
} | ||
} |