Does SolidStart have a function like basePath of nextjs?
I want to deploy SolidStart to a domain subpath.
https://nextjs.org/docs/app/api-reference/next-config-js/basePath
next.config.js Options: basePath | Next.js
Use
basePath
to deploy a Next.js application under a sub-path of a domain.2 Replies
Yes, it's set as server.baseURL in the app.config.ts
CLI | Vinxi
Vinxi Documentation