We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4232353 commit e684c2dCopy full SHA for e684c2d
_data/awesome.js
@@ -1,7 +1,7 @@
1
const EleventyFetch = require("@11ty/eleventy-fetch");
2
3
module.exports = async function () {
4
- const URL = "https://code.gouv.fr/data/awesome-codegouvfr.json";
+ const URL = "https://code.gouv.fr/data/awesome.json";
5
6
let awesome = await EleventyFetch(URL, {
7
duration: "2w",
0 commit comments