Skip to content

Commit

Permalink
fix: hack playgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Oct 23, 2023
1 parent fb6207d commit ca0cf03
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/_data/playgrounds.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,7 @@ module.exports = async function(data) {
});

const files = Object.fromEntries(fileMap.entries());
playgroundConfigsMap.set(primaryElementName, {
files,
importMap: {
imports: {
'@rhds/elements/': 'https://ux.redhat.com/assets/packages/@rhds/elements/'
}
}
});
playgroundConfigsMap.set(primaryElementName, { files });
}
}
const config = Object.fromEntries(playgroundConfigsMap.entries());
Expand Down

0 comments on commit ca0cf03

Please sign in to comment.