mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 17:12:31 +00:00
commit before upgrading to tailwind 4
This commit is contained in:
@@ -10,7 +10,7 @@ const mdsvexOptions = {
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
extensions: ['.svelte', ...mdsvexOptions.extensions],
|
||||
preprocess: [vitePreprocess(), mdsvex(mdsvexOptions)],
|
||||
preprocess: [vitePreprocess({ script: true }), mdsvex(mdsvexOptions)],
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
pages: 'build',
|
||||
|
Reference in New Issue
Block a user