Skip to content

Commit

Permalink
Refactor config-setup.ts to update auth integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 23, 2024
1 parent e84a623 commit 4454e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studiocms/src/hooks/config-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const configSetup = defineUtility('astro:config:setup')(
{ integration: core(options, prerenderRoutes) },
{ integration: renderers(rendererConfig, verbose) },
{ integration: imageHandler(options) },
{ integration: auth(options, prerenderRoutes) },
{ integration: auth(options) },
{ integration: dashboard(options, prerenderRoutes) },
];

Expand Down

0 comments on commit 4454e65

Please sign in to comment.