This is an automated email from the ASF dual-hosted git repository.
ako pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/new-web by this push:
new 0d890f10 New web (#270)
0d890f10 is described below
commit 0d890f10471afceb534ac0a722c4351ca3f98cec
Author: dpdjvhxm <[email protected]>
AuthorDate: Fri Mar 22 20:18:14 2024 +0900
New web (#270)
* Update index.md
* Update index.md
* Update gatsby-config.js
* Update package.json
* Add files via upload
* Add files via upload
* Add files via upload
* Update Navbar.js
* Update Footer
Update Download version and file link
Update Landing Page (News & Events)
* Update Landing page: Comparison
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Fix Google Analytics Code
* Fix Footer Link
* Update landing page and add FAQ page
* Fix double MenuToggle button issue and css
Fixing bugs with two menu buttons on the responsive screen Fixing the
phenomenon that the scrollbar obscures the menu buttons
* Update
* Update
* Updated
* node version changes
* node changes
---------
Co-authored-by: Hanbyeol Shin / David Shin / 신한별
<[email protected]>
---
netlify.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netlify.toml b/netlify.toml
index 3db8fb11..a66fa449 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,7 +2,7 @@
publish = "public"
command = "npm run build"
[build.environment]
- NODE_VERSION = "14.15.0"
+ NODE_VERSION = "20.x"
YARN_VERSION = "1.22.4"
YARN_FLAGS = "--no-ignore-optional"