Skip to content

Commit 83bde4d

Browse files
author
hexagoncircle
committed
Merge branch 'main' into rm/jamstack-conf-live
2 parents 27cec97 + 929e448 commit 83bde4d

File tree

61 files changed

+5908
-1209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+5908
-1209
lines changed

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ module.exports = function (eleventyConfig) {
188188
eleventyConfig.addPassthroughCopy("src/site/browserconfig.xml");
189189
eleventyConfig.addPassthroughCopy("src/site/site.webmanifest");
190190
eleventyConfig.addPassthroughCopy("src/site/survey/2021/community-survey-2021-methodology.pdf");
191+
eleventyConfig.addPassthroughCopy("src/site/survey/2022/community-survey-2022-methodology.pdf");
191192

192193
return {
193194
dir: {

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
[[redirects]]
6969
from = "/survey/"
70-
to = "/survey/2021/"
70+
to = "/survey/2022/"
7171
status = 302
7272

7373
[[redirects]]

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"autoprefixer": "^10.2.5",
2828
"cssnano": "^4.1.10",
2929
"d3": "^7.1.1",
30+
"d3-textwrap": "^3.0.0",
3031
"dotenv": "^8.2.0",
3132
"fast-glob": "^3.2.5",
3233
"gray-matter": "^4.0.2",
@@ -45,4 +46,4 @@
4546
"spdx-correct": "^3.1.1",
4647
"tailwindcss": "^3.1.8"
4748
}
48-
}
49+
}

0 commit comments

Comments
 (0)