Skip to content

Commit 08346fe

Browse files
committed
Update .gitignore and yarn.lock for dependency management
- Added .cursor to .gitignore to exclude cursor files from version control. - Updated dependencies in yarn.lock, including several Algolia packages to version 4.25.3 and other packages to their latest versions for improved functionality and security.
1 parent 46c773d commit 08346fe

File tree

3 files changed

+4611
-4792
lines changed

3 files changed

+4611
-4792
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.history
77
.idea
88
.editorconfig
9+
.cursor
910

1011
# npm yarn
1112
node_modules

src/data/navigation/sections/optimizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = [
2222
},
2323
{
2424
title: "API Reference",
25-
path: "https://developer.adobe.com/commerce/services/reference/rest/",
25+
path: "/reference/rest/",
2626
EventTarget: "_top"
2727
}
2828
]

0 commit comments

Comments
 (0)