-
I found this problem from my own project, and later tried the official basic and hackernews templates, but it was still 404. |
Beta Was this translation helpful? Give feedback.
Answered by
cleggacus
Jun 9, 2024
Replies: 1 comment 1 reply
-
I dont know if this is the same issue I had but I had a similar thing but it turned out i just needed to specifiy vercel as the server preset in the config. export default defineConfig({
server: {
preset: "vercel"
}
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LavaCxx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I dont know if this is the same issue I had but I had a similar thing but it turned out i just needed to specifiy vercel as the server preset in the config.