Skip to content

Commit ab47f5f

Browse files
committed
Add default config
1 parent 97a411a commit ab47f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/src/app.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ print("This is Code Hike")
1717
const defaultInput = {
1818
mdx: defaultCode,
1919
css: ".preview-container { border: 1px solid blue; }",
20-
config: {},
20+
config: { lineNumbers: false, showCopyButton: false },
2121
};
2222

2323
function App() {

0 commit comments

Comments
 (0)