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 994214e9c18 Remove legacy GORM 404 error page, use custom 404 instead
994214e9c18 is described below

commit 994214e9c18a3ca342a7085d8e4ced47493a74d0
Author: James Fredley <[email protected]>
AuthorDate: Tue Dec 30 10:14:35 2025 -0500

    Remove legacy GORM 404 error page, use custom 404 instead
    
    Deleted the obsolete 404.html file from docs-legacy-gorm as part of 
cleaning up legacy documentation resources.
---
 docs-legacy-gorm/404.html | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/docs-legacy-gorm/404.html b/docs-legacy-gorm/404.html
deleted file mode 100644
index e167b7e7ab7..00000000000
--- a/docs-legacy-gorm/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>

Reply via email to