Skip to content

Commit

Permalink
Brouillon page tutoriel clés d'accès
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN committed Feb 16, 2024
1 parent 420fa3d commit 10a8e16
Show file tree
Hide file tree
Showing 6 changed files with 402 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/fr/fr.11tydata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module.exports = {
lang: 'fr',
urls: {
api_entrepot: 'https://data.geopf.fr/api',
private: {
wfs: 'https://data.geopf.fr/private/wfs'
}
},
permalink: function (data) {
if (data.slugOverride) {
return `/${data.lang}/${this.slugify(data.slugOverride)}/`;
Expand Down
Loading

0 comments on commit 10a8e16

Please sign in to comment.