Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion headless-block-parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function parse($document): array
private function replace_internal_link_url_domains(string $document): string
{
// TODO: Get this value from an environment variable or the database.
// If you're using Faust.js, you can call wpe_headless_get_setting( 'frontend_uri' )
// If you're using Faust.js, you can call WPE\FaustWP\Settings\faustwp_get_setting( 'frontend_uri' )
$frontend_app_url = 'http://localhost:3000';
$site_url = site_url();

Expand Down