🏷️ Added BaseURL property for Site domain

This commit is contained in:
Maxim Lebedev 2023-11-09 07:06:40 +06:00
parent 23e24adaa7
commit 675926e420
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package domain
import (
"net/url"
"time"
"golang.org/x/text/language"
@ -8,6 +9,7 @@ import (
type Site struct {
Language language.Tag
BaseURL *url.URL
TimeZone *time.Location
Params map[string]any
Title string