Files
LukeHagar.com/svelte.config.js
LukeHagar 77b5d916b5 Initial commit
Created from https://vercel.com/new
2022-12-18 01:30:55 +00:00

11 lines
171 B
JavaScript

import adapter from '@sveltejs/adapter-vercel';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
}
};
export default config;