Is that any easy way to modify the 404 error page for volto / Plone 6?

I mean the page show

This page does not seem to exist…

We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.

If you are certain you have the correct web address but are encountering an error, please contact the Site Administration.

Thank you.

Volto has a NotFound component registered in the routes.js file:

Have you tried overriding/shadowing it?

It's indeed easy to shadow it, but it is not obvious how to make it 'pick up' a theme. For instance when using Volto-Light-Theme, the NotFound.jsx will display the standard Plone logo, and ignore the extra header/footer/css/logo as defined by VLT.