Settings
How Base URLs Work
This URL shortener separates the short code from the base URL in the database.
For example, if you generate the code abc123, it is stored simply as abc123.
When someone visits your site, or when you view the dashboard, the system dynamically concatenates your Base URL with the short code. This means you can migrate domains at any time without running complex database migrations!