Skip to content

Commit 69d6966

Browse files
authored
Static fix (ritz078#136)
* fix(font): add fallback font for non mac browsers closes ritz078#129 * fix(static): upload monaco folder to now * fixes * fixes * fixes * fixes
1 parent d76044f commit 69d6966

8 files changed

Lines changed: 219741 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ node_modules
44
yarn-error.log
55
dist
66
.DS_Store
7-
static/monaco

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
static/monaco

next.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const config = {
4343
features: [
4444
"folding",
4545
"goToDefinitionMouse",
46-
"goToDefinitionCommands",
47-
"referenceSearch"
46+
"referenceSearch",
47+
"coreCommands"
4848
]
4949
})
5050
);

0 commit comments

Comments
 (0)