Skip to content

Commit

Permalink
Add name config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudDauce committed Feb 20, 2025
1 parent b19d5c8 commit 2603ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const i18n = setupI18n()
const head = createHead()

app.use(datagouv, {
name: 'data.gouv.fr',
baseUrl: config.datagouvfr.base_url,
apiBase: config.datagouvfr.base_url,
staticUrl: 'https://static.data.gouv.fr' // TODO add to config?
Expand Down

0 comments on commit 2603ed4

Please sign in to comment.