change tina config
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 18s

This commit is contained in:
obsidian 2024-02-20 11:17:41 +01:00
parent 2d0c8315ea
commit 21145af3e9
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
baseURL = 'https://meridian-corp.org' baseURL = 'https://site.meridian-corp.org'
languageCode = 'fr-fr' languageCode = 'fr-fr'
title = 'Meridian Corp' title = 'Meridian Corp'
theme = 'liftoff' theme = 'liftoff'

View File

@ -10,15 +10,15 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ObsidienStudio/Obsidian_Liftoff.git" "url": "git+https://git.meridian-corp.org/obsidian/Website.git"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"bugs": { "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": { "dependencies": {
"tinacms": "^1.5.21" "tinacms": "^1.5.21"
}, },