From 21145af3e97d0a838946a53f02ec4d548d7c6a54 Mon Sep 17 00:00:00 2001 From: obsidian <> Date: Tue, 20 Feb 2024 11:17:41 +0100 Subject: [PATCH] change tina config --- config.toml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index c8e6fab..7ee8ab9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://meridian-corp.org' +baseURL = 'https://site.meridian-corp.org' languageCode = 'fr-fr' title = 'Meridian Corp' theme = 'liftoff' diff --git a/package.json b/package.json index b0acd35..10de9f9 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ObsidienStudio/Obsidian_Liftoff.git" + "url": "git+https://git.meridian-corp.org/obsidian/Website.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/ObsidienStudio/Obsidian_Liftoff/issues" + "url": "https://git.meridian-corp.org/obsidian/Website/issues" }, - "homepage": "https://github.com/ObsidienStudio/Obsidian_Liftoff#readme", + "homepage": "https://git.meridian-corp.org/obsidian/Website#readme", "dependencies": { "tinacms": "^1.5.21" },