Update config.toml
Browse files- config.toml +3 -1
config.toml
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
[theme]
|
2 |
base = 'dark'
|
3 |
primaryColor = 'F63366'
|
4 |
-
font = 'sans serif'
|
|
|
|
|
|
1 |
[theme]
|
2 |
base = 'dark'
|
3 |
primaryColor = 'F63366'
|
4 |
+
font = 'sans serif'
|
5 |
+
[server]
|
6 |
+
enableCORS = false
|