Skip to content

Commit

Permalink
Update sixteens and design system versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhee-tree committed Dec 3, 2024
1 parent 523d7e4 commit 1cc71be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func get() (*Config, error) {
ServiceAuthToken: "",
SiteDomain: "localhost",
SupportedLanguages: []string{"en", "cy"},
SixteensVersion: "976e611",
SixteensVersion: "fa4e02c",
}

err := envconfig.Process("", cfg)
Expand All @@ -91,7 +91,7 @@ func get() (*Config, error) {
if cfg.Debug {
cfg.PatternLibraryAssetsPath = "http://localhost:9002/dist/assets"
} else {
cfg.PatternLibraryAssetsPath = "//cdn.ons.gov.uk/dp-design-system/e0a75c3"
cfg.PatternLibraryAssetsPath = "//cdn.ons.gov.uk/dp-design-system/2c5185a"
}

return cfg, nil
Expand Down

0 comments on commit 1cc71be

Please sign in to comment.