mirror of
https://github.com/JonasunderscoreJones/stats.jonasjones.dev.git
synced 2025-10-23 04:29:19 +02:00
Initial commit
This commit is contained in:
commit
fbc3528ce8
28 changed files with 298942 additions and 0 deletions
19
svelte.config.js
Normal file
19
svelte.config.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
import adapter from '@sveltejs/adapter-cloudflare';
|
||||
|
||||
export default {
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
// See below for an explanation of these options
|
||||
routes: {
|
||||
include: ['/*'],
|
||||
exclude: ['<all>']
|
||||
},
|
||||
platformProxy: {
|
||||
configPath: 'wrangler.toml',
|
||||
environment: undefined,
|
||||
experimentalJsonConfig: false,
|
||||
persist: false
|
||||
}
|
||||
})
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue