This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch asf-site-production
in repository https://gitbox.apache.org/repos/asf/grails-website.git
The following commit(s) were added to refs/heads/asf-site-production by this
push:
new 51546a963cc Delete docs/404.html
51546a963cc is described below
commit 51546a963cc13adc9bf8515f773e5e924a722f7e
Author: James Fredley <[email protected]>
AuthorDate: Tue Nov 4 22:17:22 2025 -0500
Delete docs/404.html
Use root custom 404 page instead and actually return 404 status code
---
docs/404.html | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/docs/404.html b/docs/404.html
deleted file mode 100644
index e167b7e7ab7..00000000000
--- a/docs/404.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
- <meta charset="utf-8">
- <title>Error 404 - Page Not Found</title>
-
- <!-- Matomo -->
- <script>
- var _paq = window._paq = window._paq || [];
- /* tracker methods like "setCustomDimension" should be called before
"trackPageView" */
- _paq.push(["setDoNotTrack", true]);
- _paq.push(["disableCookies"]);
- _paq.push(['trackPageView']);
- _paq.push(['enableLinkTracking']);
- (function() {
- var u="https://analytics.apache.org/";
- _paq.push(['setTrackerUrl', u+'matomo.php']);
- _paq.push(['setSiteId', '79']);
- var d=document, g=d.createElement('script'),
s=d.getElementsByTagName('script')[0];
- g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
- })();
- </script>
- <!-- End Matomo Code -->
-
-</head>
-
-<body id="body" style="text-align: center">
- Page not found
-</body>
-
-</html>