🚀 First time launch
This commit is contained in:
parent
225b1ed8f6
commit
a64b18e7d1
13
.roadsignrc
Normal file
13
.roadsignrc
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"sync": {
|
||||
"region": "goatpedia",
|
||||
"configPath": "roadsign.toml"
|
||||
},
|
||||
"deployments": [
|
||||
{
|
||||
"region": "goatpedia",
|
||||
"site": "goatpedia-web",
|
||||
"path": "dist"
|
||||
}
|
||||
]
|
||||
}
|
@ -4,6 +4,7 @@ import starlight from "@astrojs/starlight";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://kb.solsynth.dev",
|
||||
integrations: [
|
||||
starlight({
|
||||
title: "Goatpedia",
|
||||
|
9
roadsign.toml
Normal file
9
roadsign.toml
Normal file
@ -0,0 +1,9 @@
|
||||
id = "goatpedia"
|
||||
|
||||
[[locations]]
|
||||
id = "goatpedia"
|
||||
hosts = ["kb.solsynth.dev"]
|
||||
paths = ["/"]
|
||||
[[locations.destinations]]
|
||||
id = "goatpedia-web"
|
||||
uri = "files:///workdir/goatpedia?fallback=404.html&index=index.html"
|
@ -3,7 +3,7 @@ title: 欢迎来到山羊维基
|
||||
description: 关于索尔幸茨的产品的官方知识库。
|
||||
template: splash
|
||||
hero:
|
||||
tagline: Congrats on setting up a new Starlight project!
|
||||
tagline: 关于索尔幸茨产品的所有信息,都在这里。
|
||||
image:
|
||||
file: https://solsynth.dev/favicon.png
|
||||
actions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user