https://learn.microsoft.com/en-us/dynamics365/marketing/developer/event-management-web-application#download-sample-event-website
i'm looking at trying to do a 404 page for it, but looking thru standard Angular sites you'd use a route of / ** / (2 asterisks).
But currently the home page for the event portal has this as a route.
I was thinking on like an actual event page (it does a api call for the event using the readableeventid) - so i could fix that by seeing if the api call actually returns something.
but obviously if i could do a single 404 page would a simpler solution.
Or am looking at this completely wrong? Any ideas