diff options
author | Chris Swithinbank | 2023-06-27 17:14:47 +0200 |
---|---|---|
committer | GitHub | 2023-06-27 17:14:47 +0200 |
commit | 2f91c5d3b9fef4a5d10e2420c43a94746efd0fef (patch) | |
tree | 08e424204363d10777607ff4a44ad491c81174aa | |
parent | cfef3633f8f74143abed47da7dd2f00dc96cee67 (diff) | |
download | IT.starlight-2f91c5d3b9fef4a5d10e2420c43a94746efd0fef.tar.gz IT.starlight-2f91c5d3b9fef4a5d10e2420c43a94746efd0fef.tar.bz2 IT.starlight-2f91c5d3b9fef4a5d10e2420c43a94746efd0fef.zip |
Handle multilingual 404 pages in docs site (#255)
-rw-r--r-- | docs/public/_redirects | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/public/_redirects b/docs/public/_redirects new file mode 100644 index 00000000..50dc57cf --- /dev/null +++ b/docs/public/_redirects @@ -0,0 +1 @@ +/:lang/* /:lang/404/ 404 |