Lee Robinson
2022-06-13 11:30:14 -05:00
committed by GitHub
parent 5205a4ec4b
commit 4e4f5f28a2
10 changed files with 1708 additions and 72 deletions

View File

@@ -1,7 +1,13 @@
import adapter from '@sveltejs/adapter-auto';
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: preprocess({
replace: [
['import.meta.env.VERCEL_ANALYTICS_ID', JSON.stringify(process.env.VERCEL_ANALYTICS_ID)]
]
}),
kit: {
adapter: adapter(),