Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
Enable enhancedImages vite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGreenTea committed Nov 23, 2023
1 parent 1cb41ed commit b18d934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { enhancedImages } from '@sveltejs/enhanced-img';
import { defineConfig } from 'vite';

export default defineConfig({
plugins: [sveltekit()]
plugins: [enhancedImages(), sveltekit()]
});

0 comments on commit b18d934

Please sign in to comment.