Skip to content

Commit

Permalink
chore: meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Nov 25, 2023
1 parent d2c7c5f commit 19f8ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/velite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig, s } from 'velite'

const slugify = input =>
const slugify = (input: string) =>
input
.toLowerCase()
.replace(/\s+/g, '-')
Expand Down

0 comments on commit 19f8ba5

Please sign in to comment.