Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .percy.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"exclude": [
"/contact/index.html",
"/features/index.html",
"/payment-links/index.html"
"/payment-links/index.html",
"/assets/govuk/components/**"
]
},
"upload": {
Expand Down
8 changes: 6 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": ".secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
Expand Down Expand Up @@ -114,9 +118,9 @@
"filename": "source/layouts/layout.html.erb",
"hashed_secret": "e0cadc1a99504f3acead6e976b5773d8f34e1b94",
"is_verified": false,
"line_number": 30
"line_number": 27
}
]
},
"generated_at": "2024-07-22T13:19:52Z"
"generated_at": "2025-04-07T21:09:15Z"
}
2 changes: 1 addition & 1 deletion config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def tel_to(text, className)
config.expose_middleman_helpers = true
end

sprockets.append_path File.join(root, "node_modules/govuk-frontend/")
sprockets.append_path File.join(root, "node_modules/govuk-frontend/dist/")
sprockets.append_path File.join(root, "node_modules/gaap-analytics/build")

redirect "security.txt.html", to: "https://vdp.cabinetoffice.gov.uk/.well-known/security.txt"
Expand Down
Loading
Loading