Skip to content
Discussion options

You must be logged in to vote

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"
    }
});

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amitsingh-007
Comment options

Answer selected by LavaCxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants