Skip to content

missing 404.html #2

@nosovk

Description

@nosovk

Currently we have standart firebase 404 handler.
You may observe it by link: https://otech.pro/404

Expected behaviour: show some pretty looking 404, vs time based redirect to main page.
As an example:

<html>
 <head><title>404 Not Found</title></head>
 <meta http-equiv="refresh" content="3;https://otech.pro">
 <h1>404 Not Found</h1>
 <hr><p>Please visit <a href="https://otech.pro">otech.pro</a>, it's much more interesting then our 404 page</p>
 </body>
 </html>

That page will auto redirect to main site without JS or any user interaction.

To find how attach custom 404 to firebase stub see an article: https://firebase.google.com/docs/hosting/full-config#404
In common - just put custom 404.html into dist folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions