Hey, how can I make a custom 404 page?
# kobweb
m
Hey, how can I make a custom 404 page?
I should really add some header docs for that
But you can call that inside an @InitKobweb block.
The method I linked to basically accepts a composable method with a single int value representing the error code (but that currently is always just 404)