Ma77Ball commented on code in PR #6: URL: https://github.com/apache/incubator-texera-site/pull/6#discussion_r2532362668
########## content/404.html: ########## @@ -1,16 +1,16 @@ <!doctype html> <html itemscope itemtype="http://schema.org/WebPage" lang="en" class="no-js"> - <head> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> -<meta name="robots" content="index, follow"> +<meta name="robots" content="noindex, nofollow"> <link rel="shortcut icon" href="/favicons/favicon.ico" > <link rel="apple-touch-icon" href="/favicons/favicon.ico"> <link rel="icon" type="image/png" href="/icons/logo.png"> <title>404 Page not found | Texera</title> <meta name="description" content="Apache Texera: interactive, scalable dataflow analytics"> -<meta property="og:url" content="https://texera.staged.apache.org/404.html"> +<meta property="og:url" content="http://localhost:1313/404.html"> Review Comment: No, that should not be generated. Let me check on that and fix it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
