import { defineConfig } from 'slidev'

export default defineConfig({
  build: {
    ssr: false,
  },
})
