Skip to content

Commit f815e76

Browse files
committed
chore: switch to custom lunaria build
1 parent 240a0d5 commit f815e76

File tree

3 files changed

+27
-566
lines changed

3 files changed

+27
-566
lines changed

docs/lunaria.config.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
"files": [
88
{
99
"location": ".vitepress/config/{en,zh}.ts",
10-
"pattern": ".vitepress/config/@lang.ts"
10+
"pattern": ".vitepress/config/@lang.ts",
11+
"type": "universal"
1112
},
1213
{
1314
"location": "**/*.md",
14-
"pattern": "@lang/@path"
15+
"pattern": "@lang/@path",
16+
"type": "universal"
1517
}
1618
],
1719
"defaultLocale": {

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lunaria:open": "open-cli .vitepress/dist/_translations/index.html"
1111
},
1212
"devDependencies": {
13-
"@lunariajs/core": "^0.0.25",
13+
"@lunariajs/core": "npm:@brc-dd/lunaria-core@latest",
1414
"markdown-it-mathjax3": "^4.3.2",
1515
"open-cli": "^8.0.0",
1616
"vitepress": "workspace:*"

0 commit comments

Comments
 (0)