mirror of
https://github.com/JonasunderscoreJones/stats.jonasjones.dev.git
synced 2025-10-23 04:29:19 +02:00
13 lines
No EOL
223 B
JavaScript
13 lines
No EOL
223 B
JavaScript
import adapter from '@sveltejs/adapter-cloudflare';
|
|
|
|
export default {
|
|
kit: {
|
|
adapter: adapter({
|
|
// See below for an explanation of these options
|
|
routes: {
|
|
include: ['/*'],
|
|
exclude: ['<all>']
|
|
}
|
|
})
|
|
}
|
|
}; |