Skip to content

Commit

Permalink
fix: πŸ› theme nord css generated file
Browse files Browse the repository at this point in the history
βœ… Closes: #1596
  • Loading branch information
Saul-Mirone committed Jan 17, 2025
1 parent 1ae9712 commit e697225
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/plugins/theme-nord/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import type { LibraryOptions } from 'vite'
import { pluginViteConfig } from '../../../vite.config.mjs'

export default pluginViteConfig(import.meta.url)
export default pluginViteConfig(import.meta.url, {
build: {
lib: { cssFileName: 'style' } as LibraryOptions,
},
})

0 comments on commit e697225

Please sign in to comment.