Related to this but pertains to Preact Router- Is it possible to use the same component for multiple different routes?
Like <ServiceType path=["/cleaning", "/printing", "/accounting"] />
So that my URL would look like
example.com/cleaning
example.com/printing
example.com/accounting
And they are all handled in the same component <ServiceType />
.
Is this possible?