From 1cc71be99569217f1c98f099b4c869cf892d8a57 Mon Sep 17 00:00:00 2001 From: Ighomena Odebala Date: Tue, 3 Dec 2024 11:47:30 +0000 Subject: [PATCH] Update sixteens and design system versions --- config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.go b/config/config.go index d7ccdd1..577ac3d 100644 --- a/config/config.go +++ b/config/config.go @@ -80,7 +80,7 @@ func get() (*Config, error) { ServiceAuthToken: "", SiteDomain: "localhost", SupportedLanguages: []string{"en", "cy"}, - SixteensVersion: "976e611", + SixteensVersion: "fa4e02c", } err := envconfig.Process("", cfg) @@ -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