Skip to content

Commit a8fad5a

Browse files
committed
Refactor
1 parent 814455d commit a8fad5a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

static/audio/Acid_Boy_The_Vamp.mp3

-6.98 MB
Binary file not shown.

svelte.config.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
33

44
/** @type {import('@sveltejs/kit').Config} */
55
const config = {
6-
// Consult https://svelte.dev/docs/kit/integrations
7-
// for more information about preprocessors
8-
preprocess: vitePreprocess(),
6+
// Consult https://svelte.dev/docs/kit/integrations
7+
// for more information about preprocessors
8+
preprocess: vitePreprocess(),
99

10-
kit: {
11-
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
12-
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
13-
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
14-
adapter: adapter()
15-
}
10+
kit: {
11+
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
12+
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
13+
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
14+
adapter: adapter(),
15+
},
1616
};
1717

1818
export default config;

0 commit comments

Comments
 (0)