mirror of
https://github.com/khrysse/khrysse.github.io.git
synced 2025-06-27 06:31:56 +00:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
import adapter from '@sveltejs/adapter-auto';
|
|
|
|
const config = { kit: { adapter: adapter() } };
|
|
|
|
export default config;
|