Skip to content

Commit

Permalink
Set spacesMode to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Apr 3, 2023
1 parent 578ac1f commit e7dac4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineNuxtConfig({
isOpeningHoursEnabled:
!!process.env.IS_OPENING_HOURS_ENABLED &&
process.env.IS_OPENING_HOURS_ENABLED != "0",
spacesMode: process.env.SPACES_MODE ?? "spaces",
spacesMode: "spaces",
},
},
nitro: {
Expand Down

0 comments on commit e7dac4c

Please sign in to comment.