[±] Fixed configuration files

This commit is contained in:
Seven 2025-01-01 16:35:59 +08:00
parent a4301a4693
commit 3004407284
Signed by: realSunyz
SSH Key Fingerprint: SHA256:5dk3slVnWtJYlwrnURrUYXoimuSx8Vi9pbs4n3XoGH0
3 changed files with 5 additions and 14 deletions

View File

@ -1,10 +0,0 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack/assets/*"
]
}
}
}

View File

@ -1,9 +1,9 @@
baseURL: https://blog.sunyz.dev/
languageCode: "en-us"
title: "Seven's Blog"
languageCode: en-us
title: Seven\'s Blog
theme: hugo-theme-stack
defaultContentLanguage: "en"
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
services:

View File

@ -1 +1,2 @@
post: /p/:slug/
page: /:slug/