Skip to content

Commit

Permalink
⚙️ Update main adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Sep 23, 2024
1 parent a46e5d7 commit f76b2a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 87 deletions.
3 changes: 1 addition & 2 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

// ☁️ Adapter:
import adapter from '@sveltejs/adapter-cloudflare';
import adapter from '@sveltejs/adapter-vercel';

// 📦 Extensions:
import { mdsvex, escapeSvelte } from 'mdsvex';
import { createHighlighter, makeSingletonHighlighter } from 'shiki';

// 📄 Markdown config:

const getHighlighter = makeSingletonHighlighter(createHighlighter);

/** @type {import('mdsvex').MdsvexOptions} */
Expand Down
85 changes: 0 additions & 85 deletions wrangler.toml

This file was deleted.

0 comments on commit f76b2a9

Please sign in to comment.