Skip to content

Commit 0557e86

Browse files
chore(website): use YAML for the default config language (#23285)
1 parent 282dfe0 commit 0557e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const manageState = () => {
4242
// Home page platform tab
4343
platformTab: '{{ $defaultPlatformTab }}',
4444
// Config format
45-
format: 'toml',
45+
format: 'yaml',
4646

4747
// Helper functions
4848
setFormat(f) {

0 commit comments

Comments
 (0)