Skip to content

Commit 3830b01

Browse files
fix: Schema URL in snapshots
1 parent 1fef750 commit 3830b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kitten-scientists/source/Engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export class Engine {
228228
*/
229229
stateSerialize(): EngineState {
230230
return {
231-
$schema: "https://kitten-science.com/schemas/working-draft/settings-profile.schema.json",
231+
$schema: "https://schema.kitten-science.com/working-draft/settings-profile.schema.json",
232232
v: ksVersion(),
233233
engine: this.settings,
234234
bonfire: this.bonfireManager.settings,

0 commit comments

Comments
 (0)