> For the complete documentation index, see [llms.txt](https://doc.newsfreak.mrb-lab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.8-update-website-url.md).

# 4.8 Update Website URL

Go to the **lib/config/wp\_config.dart** file and update the **baseURL** with your website url.

```
static const String baseURL = "your_website_url";
```

{% hint style="warning" %}
Don't use any slash (/) at the end of the URL. Just use like **<https://yourdomain.com>**
{% endhint %}
