This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/staging by this push:
new a2530ed2d6 .
a2530ed2d6 is described below
commit a2530ed2d62e7306d08946f8c611e172008e8a14
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Dec 16 22:06:17 2025 +0000
.
---
landing-pages/package.json | 5 +++--
landing-pages/site/data/pmc.json | 2 +-
landing-pages/site/layouts/partials/hooks/body-end.html | 4 +---
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/landing-pages/package.json b/landing-pages/package.json
index aca5feff01..5ea815bfc2 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -7,7 +7,7 @@
"author": "",
"license": "MIT",
"scripts": {
- "build": "$npm_execpath run build:webpack && $npm_execpath run build:hugo",
+ "build": "$npm_execpath run build:webpack && $npm_execpath run
verify-webpack-json && $npm_execpath run build:hugo",
"build:hugo": "cross-env HUGO_ENV=production hugo -d ../dist -s site",
"build:hugo:preview": "$npm_execpath run build:hugo -- -D -F",
"build:preview": "$npm_execpath run build:webpack && $npm_execpath run
build:hugo:preview",
@@ -22,7 +22,8 @@
"preview:webpack": "$npm_execpath run start:webpack",
"start": "run-p start:**",
"start:hugo": "hugo -d ../dist -s site -w",
- "start:webpack": "webpack serve --config webpack.dev.js --hot"
+ "start:webpack": "webpack serve --config webpack.dev.js --hot",
+ "verify-webpack-json": "test -f site/data/webpack.json && echo '\u2713
webpack.json exists before Hugo build' && cat site/data/webpack.json || echo
'\u2717 webpack.json missing before Hugo build'"
},
"dependencies": {
"lodash": "^4.17.21",
diff --git a/landing-pages/site/data/pmc.json b/landing-pages/site/data/pmc.json
index 23d59804c8..12c8f57065 100644
--- a/landing-pages/site/data/pmc.json
+++ b/landing-pages/site/data/pmc.json
@@ -144,7 +144,7 @@
"nick": "mik-laj"
},
{
- "name": "Kaxil Naik",
+ "name": "Kaxil Nik",
"github": "https://github.com/kaxil",
"image": "/external/profiles/kaxil.png",
"nick": "kaxil"
diff --git a/landing-pages/site/layouts/partials/hooks/body-end.html
b/landing-pages/site/layouts/partials/hooks/body-end.html
index fdb19d652a..e783767480 100644
--- a/landing-pages/site/layouts/partials/hooks/body-end.html
+++ b/landing-pages/site/layouts/partials/hooks/body-end.html
@@ -19,7 +19,5 @@
{{/* Include webpack-generated main.js for confetti animation and other
features */}}
{{ with .Site.Data.webpack }}
- {{ with .main.js }}
- <script src="{{ relURL . }}"></script>
- {{ end }}
+ <script src="{{ relURL .main.js }}"></script>
{{ end }}