Skip to content

Commit

Permalink
Bruk service discovery til fetch av dekoratøren
Browse files Browse the repository at this point in the history
  • Loading branch information
almyy committed Jan 6, 2025
1 parent 191ea87 commit 6f13d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const getDocumentParameter = (initialProps: DocumentInitialProps, name: string):

const decoratorParams = (ctx: DocumentContext): DecoratorFetchProps => ({
env: createDecoratorEnv(ctx),
serviceDiscovery: isDev() || isMock(),
serviceDiscovery: true,
params: {
simple: false,
feedback: false,
Expand Down

0 comments on commit 6f13d64

Please sign in to comment.