Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 15, 2024
1 parent 2954396 commit eeeac01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vike/shared/getPageFiles/getExports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function getPageContextExports(pageFiles: PageFile[], pageConfig: PageConfigRunt
assert(configEntries[configName]!.length === 0)
configEntries[configName]!.push({
configValue: value,
configDefinedAt: configDefinedAt,
configDefinedAt,
configDefinedByFile: configValueFilePathToShowToUser
})

Expand Down

0 comments on commit eeeac01

Please sign in to comment.