Skip to content

Commit

Permalink
fix(@dpc-sdp/nuxt-ripple): added site url to nuxt-ripple nuxt.config
Browse files Browse the repository at this point in the history
otherwise it will get ignored in other sites and layers
  • Loading branch information
jeffdowdle committed Aug 21, 2023
1 parent 2c6b944 commit 27c7bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt-ripple/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineNuxtConfig({
}
},
public: {
siteUrl: '',
apiUrl: '',
tide: {
baseUrl: 'https://develop.content.reference.sdp.vic.gov.au',
Expand Down

0 comments on commit 27c7bba

Please sign in to comment.