Skip to content

Commit

Permalink
Swap uri -> url for multisite config (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
martink635 authored May 13, 2024
1 parent 224b3c2 commit 6b5e071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FieldTypes/SeotamicMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected function getCanonical(): string
return "";
}

$uri = $this->field->parent()->uri;
$uri = $this->field->parent()->url;
$config = config('seotamic');
$base_url = env('APP_URL');

Expand Down

0 comments on commit 6b5e071

Please sign in to comment.