diff --git a/src/lib/util/state.ts b/src/lib/util/state.ts index bc8fda29..0e0742a0 100644 --- a/src/lib/util/state.ts +++ b/src/lib/util/state.ts @@ -152,7 +152,7 @@ export const urlsStore = derived([stateStore], ([{ code, serialized }]) => { home: `${MCBaseURL}/?${params}` }; }, - new: `${window.location.protocol}//${window.location.host}${window.location.pathname}/#${serializeState(defaultState)}`, + new: `${window.location.protocol}//${window.location.host}${window.location.pathname}#${serializeState(defaultState)}`, png, svg: `${rendererUrl}/svg/${serialized}`, view: `/view#${serialized}`