Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit d1cb080

Browse files
committed
Fix search on non homepage pages
On non-hompage page, rails helper check this config and updated the path to include nesting. This is related to alphagov/tech-docs-gem#291 and since we deploy to root, these can be removed
1 parent c719759 commit d1cb080

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
activate :directory_indexes
55
page '/google*.html', directory_index: false
66

7-
activate :relative_assets
8-
set :relative_links, true
9-
107
after_build do |builder|
118
begin
129
HTMLProofer.check_directory(config[:build_dir], {

0 commit comments

Comments
 (0)