chore: change to adapter cloudflare

This commit is contained in:
Alexander Daichendt 2023-01-04 12:56:30 +01:00
parent 4732a0521e
commit 2903ecd4d1
3 changed files with 26 additions and 11 deletions

View file

@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-cloudflare';
import preprocess from 'svelte-preprocess';
import autoprefixer from 'autoprefixer';
import cssNormalizer from 'postcss-normalize';