From d3c3b3f029d6d24d2f9dcb5676c43b7562b98ad6 Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Thu, 13 Jun 2024 15:21:20 +0200 Subject: [PATCH] Fix #605 --- manifest-beta.json | 2 +- manifest.json | 2 +- src/repositoryConnection/RepositoryConnection.ts | 3 +-- versions.json | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 569f670..e2d70cc 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "digitalgarden", "name": "Digital Garden", - "version": "2.57.1", + "version": "2.57.2", "minAppVersion": "0.12.0", "description": "Publish your notes to the web for others to enjoy. For free.", "author": "Ole Eskild Steensen", diff --git a/manifest.json b/manifest.json index 569f670..e2d70cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "digitalgarden", "name": "Digital Garden", - "version": "2.57.1", + "version": "2.57.2", "minAppVersion": "0.12.0", "description": "Publish your notes to the web for others to enjoy. For free.", "author": "Ole Eskild Steensen", diff --git a/src/repositoryConnection/RepositoryConnection.ts b/src/repositoryConnection/RepositoryConnection.ts index b36ff45..c5cf97f 100644 --- a/src/repositoryConnection/RepositoryConnection.ts +++ b/src/repositoryConnection/RepositoryConnection.ts @@ -5,8 +5,7 @@ import { CompiledPublishFile } from "src/publishFile/PublishFile"; const logger = Logger.get("repository-connection"); const oktokitLogger = Logger.get("octokit"); -//TODO: Move to global constants -const IMAGE_PATH_BASE = "src/site/img/user/"; +const IMAGE_PATH_BASE = "src/site/"; const NOTE_PATH_BASE = "src/site/notes/"; interface IOctokitterInput { diff --git a/versions.json b/versions.json index 8f4c631..7caf5ac 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.57.2": "0.12.0", "2.57.1": "0.12.0", "2.57.0": "0.12.0", "2.56.2": "0.12.0",