# 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 %}
