File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
packages/docs/.vitepress/config Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 55</p >
66<br />
77<p align =" center " >
8- <a href =" https://npmjs.com/package/pinia " ><img src =" https://badgen.net/npm/v/pinia/v2 " alt =" npm package " ></a >
9- <a href =" https://github.com/vuejs/pinia/actions/workflows/ci.yml " ><img src =" https://github.com/vuejs/pinia/actions/workflows/ci.yml/badge.svg?branch=v2 " alt =" build status " ></a >
10- <a href =" https://codecov.io/gh/vuejs/pinia " ><img src =" https://codecov.io/gh/vuejs/pinia/branch/v2/ graph/badge.svg?token=rU2xxQ6BGH " ></a >
8+ <a href =" https://npmjs.com/package/pinia " ><img src =" https://badgen.net/npm/v/pinia " alt =" npm package " ></a >
9+ <a href =" https://github.com/vuejs/pinia/actions/workflows/ci.yml " ><img src =" https://github.com/vuejs/pinia/actions/workflows/ci.yml/badge.svg " alt =" build status " ></a >
10+ <a href =" https://codecov.io/gh/vuejs/pinia " ><img src =" https://codecov.io/gh/vuejs/pinia/graph/badge.svg?token=rU2xxQ6BGH " / ></a >
1111</p >
1212<br />
1313
Original file line number Diff line number Diff line change @@ -133,11 +133,12 @@ export const sharedConfig = defineConfig({
133133 } ,
134134
135135 search : {
136- provider : 'local ' ,
136+ provider : 'algolia ' ,
137137 options : {
138- locales : {
139- ...zhSearch ,
140- } ,
138+ appId : '69Y3N7LHI2' ,
139+ apiKey : '45441f4b65a2f80329fd45c7cb371fea' ,
140+ indexName : 'pinia' ,
141+ locales : { ...zhSearch } ,
141142 } ,
142143 } ,
143144
Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ import semver from 'semver'
88import prompts from '@posva/prompts'
99import { execa } from 'execa'
1010import pSeries from 'p-series'
11+ import { globby } from 'globby'
1112
1213const __filename = fileURLToPath ( import . meta. url )
1314const __dirname = dirname ( __filename )
1415
1516const args = minimist ( process . argv . slice ( 2 ) )
1617const {
1718 skipBuild,
18- tag : optionTag = 'legacy' ,
19+ tag : optionTag ,
1920 dry : isDryRun ,
2021 skipCleanCheck : skipCleanGitCheck ,
2122 noDepsUpdate,
You can’t perform that action at this time.
0 commit comments