We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Wat heb ik gedaan: In de terminal: npm i -D @sveltejs/adapter-vercel In svelte.config.js:
npm i -D @sveltejs/adapter-vercel
import adapter from '@sveltejs/adapter-vercel'; export default { kit: { adapter: adapter({ // see below for options that can be set here }) } };
Door dit toe te voegen aan je project kun je Vercel-specifieke opties opgeven.
Vraag: Is deployment configuration ook nodig?
Bronnen:
Sorry, something went wrong.
test fdnd-agency#44
623f2cc
adapter vercel
test adapter vercel fdnd-agency#44
85616ed
In page.js:
page.js
/** @type {import('@sveltejs/adapter-vercel').Config} */export const config = { runtime: 'edge'};
In +layout.js:
+layout.js
/** @type {import('@sveltejs/adapter-vercel').Config} */ export const config = { runtime: 'nodejs18.x' };
Hadil66
No branches or pull requests
The text was updated successfully, but these errors were encountered: