Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 0ad3e31

Browse files
authored
fixs(docs): createConfig -> defineConfig
1 parent 9eb7803 commit 0ad3e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add it as a widget to @sanity/dashboard plugin in sanity.config.ts (or .js):
3636
import { dashboardTool } from "@sanity/dashboard";
3737
import { catsWidget } from "sanity-plugin-dashboard-widget-cats";
3838

39-
export default createConfig({
39+
export default defineConfig({
4040
// ...
4141
plugins: [
4242
dashboardTool({

0 commit comments

Comments
 (0)