Skip to content

Commit

Permalink
HS Account ID needs to be in quotes (#20)
Browse files Browse the repository at this point in the history
* HS Account ID needs to be in quotes

Signed-off-by: Ben Rockwood <[email protected]>

* Run make fmt

Signed-off-by: Tim Smith <[email protected]>

---------

Signed-off-by: Ben Rockwood <[email protected]>
Signed-off-by: Tim Smith <[email protected]>
Co-authored-by: Tim Smith <[email protected]>
  • Loading branch information
benr and tas50 authored Mar 5, 2024
1 parent 2867f29 commit f807a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module.exports = {
],
themeConfig: {
hubspot: {
accountId: HS_ACCOUNTID,
accountId: "HS_ACCOUNTID",
},
docs: {
sidebar: {
Expand Down

0 comments on commit f807a95

Please sign in to comment.