We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fef750 commit 3830b01Copy full SHA for 3830b01
packages/kitten-scientists/source/Engine.ts
@@ -228,7 +228,7 @@ export class Engine {
228
*/
229
stateSerialize(): EngineState {
230
return {
231
- $schema: "https://kitten-science.com/schemas/working-draft/settings-profile.schema.json",
+ $schema: "https://schema.kitten-science.com/working-draft/settings-profile.schema.json",
232
v: ksVersion(),
233
engine: this.settings,
234
bonfire: this.bonfireManager.settings,
0 commit comments