Skip to content

Commit

Permalink
Merge fd6de6f into 1158889
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyZhang777 committed Jan 24, 2024
2 parents 1158889 + fd6de6f commit e910e28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test-site-node/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { provideHeadless } = require('@yext/search-headless');

const answers = provideHeadless({
apiKey: '2d8c550071a64ea23e263118a2b0680b',
apiKey: process.env.API_KEY,
experienceKey: 'slanswers',
locale: 'en'
});
Expand Down
6 changes: 3 additions & 3 deletions test-site-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e910e28

Please sign in to comment.