|
|
|
|
@ -2,7 +2,8 @@ import * as session from '$lib/db/session';
|
|
|
|
|
|
|
|
|
|
/** @type {import('@sveltejs/adapter-vercel').Config} */
|
|
|
|
|
export const config = {
|
|
|
|
|
regions: ['pdx1', 'sfo1', 'cle1', 'iad1'],
|
|
|
|
|
// regions: ['pdx1', 'sfo1', 'cle1', 'iad1'],
|
|
|
|
|
regions: 'all',
|
|
|
|
|
runtime: 'edge'
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|