You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
carteles2/svelte.config.js

12 lines
224 B
JavaScript

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