here I'm using sitemap
$sitemap = Sitemap::create()->add(Url::create('/content'));
$sitemap->writeToFile(public_path($this->path));
and this is sitemap.xml
<url>
<loc>http://api-core.test/content</loc>
<lastmod>2020-09-09T11:30:51+04:30</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
is there any way to change api-core.test without changing env