Skip to content

Commit

Permalink
ci: switched to cloudflare pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Apr 21, 2024
1 parent e1a1863 commit 08e2d7d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 80 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/deploy.yml

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"devDependencies": {
"@playwright/test": "1.41.2",
"@sveltejs/adapter-auto": "3.1.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "2.5.0",
"@sveltejs/package": "2.2.6",
"@sveltejs/vite-plugin-svelte": "3.0.2",
Expand Down
12 changes: 0 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import adapter from '@sveltejs/adapter-static';
import adapter from '@sveltejs/adapter-auto';

/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({ fallback: '404.html' })
adapter: adapter()
}
};

Expand Down

0 comments on commit 08e2d7d

Please sign in to comment.