Skip to content
Prev Previous commit
Next Next commit
Add default config
  • Loading branch information
pomber committed May 23, 2022
commit ab47f5f8f72df84d40cfbed3f862783b516e80be
2 changes: 1 addition & 1 deletion playground/src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ print("This is Code Hike")
const defaultInput = {
mdx: defaultCode,
css: ".preview-container { border: 1px solid blue; }",
config: {},
config: { lineNumbers: false, showCopyButton: false },
};

function App() {
Expand Down