Skip to content

Commit bb0578d

Browse files
committed
revealjs - use new multiplex url
1 parent c9c36f0 commit bb0578d

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

src/format/reveal/format-reveal-multiplex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ interface RevealMultiplexToken {
104104
url: string;
105105
}
106106

107-
const kDefaultMultiplexUrl = "https://reveal-multiplex.glitch.me/";
107+
const kDefaultMultiplexUrl = "https://multiplex.up.railway.app/";
108108

109109
async function revealMultiplexToken(
110110
format: Format,

src/resources/editor/tools/vs-code.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19276,7 +19276,7 @@ var require_yaml_intelligence_resources = __commonJS({
1927619276
properties: {
1927719277
url: {
1927819278
string: {
19279-
default: "https://reveal-multiplex.glitch.me/",
19279+
default: "https://multiplex.up.railway.app/",
1928019280
description: "Multiplex token server (defaults to Reveal-hosted server)\n"
1928119281
}
1928219282
},
@@ -24933,12 +24933,12 @@ var require_yaml_intelligence_resources = __commonJS({
2493324933
mermaid: "%%"
2493424934
},
2493524935
"handlers/mermaid/schema.yml": {
24936-
_internalId: 197474,
24936+
_internalId: 197471,
2493724937
type: "object",
2493824938
description: "be an object",
2493924939
properties: {
2494024940
"mermaid-format": {
24941-
_internalId: 197466,
24941+
_internalId: 197463,
2494224942
type: "enum",
2494324943
enum: [
2494424944
"png",
@@ -24954,7 +24954,7 @@ var require_yaml_intelligence_resources = __commonJS({
2495424954
exhaustiveCompletions: true
2495524955
},
2495624956
theme: {
24957-
_internalId: 197473,
24957+
_internalId: 197470,
2495824958
type: "anyOf",
2495924959
anyOf: [
2496024960
{

src/resources/editor/tools/yaml/all-schema-definitions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12248,7 +12248,7 @@
1224812248
"properties": {
1224912249
"url": {
1225012250
"string": {
12251-
"default": "https://reveal-multiplex.glitch.me/",
12251+
"default": "https://multiplex.up.railway.app/",
1225212252
"description": "Multiplex token server (defaults to Reveal-hosted server)\n"
1225312253
}
1225412254
},
@@ -17905,12 +17905,12 @@
1790517905
"mermaid": "%%"
1790617906
},
1790717907
"handlers/mermaid/schema.yml": {
17908-
"_internalId": 197474,
17908+
"_internalId": 197471,
1790917909
"type": "object",
1791017910
"description": "be an object",
1791117911
"properties": {
1791217912
"mermaid-format": {
17913-
"_internalId": 197466,
17913+
"_internalId": 197463,
1791417914
"type": "enum",
1791517915
"enum": [
1791617916
"png",
@@ -17926,7 +17926,7 @@
1792617926
"exhaustiveCompletions": true
1792717927
},
1792817928
"theme": {
17929-
"_internalId": 197473,
17929+
"_internalId": 197470,
1793017930
"type": "anyOf",
1793117931
"anyOf": [
1793217932
{

src/resources/formats/revealjs/plugins/multiplex/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ config:
55
multiplex:
66
secret: null
77
id: null
8-
url: "https://reveal-multiplex.glitch.me/"
8+
url: "https://multiplex.up.railway.app/"

src/resources/schema/document-reveal-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
properties:
8888
url:
8989
string:
90-
default: https://reveal-multiplex.glitch.me/
90+
default: https://multiplex.up.railway.app/
9191
description: |
9292
Multiplex token server (defaults to Reveal-hosted server)
9393
id:

0 commit comments

Comments
 (0)