mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
Merge pull request #43 from Ocelot-Social-Community/wolle-change-base-config-code
chore(workflow): change base config code and add `CNAME` file content
This commit is contained in:
commit
30d060f779
2
.github/workflows/vuepress-deploy.yml
vendored
2
.github/workflows/vuepress-deploy.yml
vendored
@ -27,5 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
target_branch: gh-pages
|
target_branch: gh-pages
|
||||||
build_dir: docs/.vuepress/dist
|
build_dir: docs/.vuepress/dist
|
||||||
|
author: Wolfgang Huß <vorstand@busfaktor.org>
|
||||||
|
fqdn: ocelot.social
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@ -7,7 +7,7 @@ export default defineUserConfig({
|
|||||||
...meta,
|
...meta,
|
||||||
theme,
|
theme,
|
||||||
plugins,
|
plugins,
|
||||||
base: process.env.VUEPRESS_BASE ?? '/',
|
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
|
||||||
locales:{
|
locales:{
|
||||||
// The key is the path for the locale to be nested under.
|
// The key is the path for the locale to be nested under.
|
||||||
// As a special case, the default locale can use '/' as its path.
|
// As a special case, the default locale can use '/' as its path.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user