We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cc7ab commit bc3f416Copy full SHA for bc3f416
CHANGELOG.md
@@ -2,6 +2,23 @@
2
3
## Unreleased
4
5
+### New features
6
+
7
+You can now use relative links with your site.
8
9
+To your `config.rb` file, add the following lines:
10
11
+```
12
+set :relative_links, true
13
+activate :relative_assets
14
15
16
+This may help with deploying to GitHub pages.
17
18
+- [#291: Support sites deployed on paths other than "/" (by generating relative links)](https://github.com/alphagov/tech-docs-gem/pull/291)
19
20
+Thanks [@eddgrant](https://github.com/eddgrant) for contributing this feature and the associated fixes!
21
22
## 3.1.0
23
24
### New features
0 commit comments