File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: ci
33on :
44 push :
55 branches :
6- - main
6+ - v1
77 pull_request :
88 branches :
9- - main
9+ - v1
1010
1111jobs :
1212 ci :
3737 run : pnpm run lint
3838
3939 - name : Typecheck
40- run : pnpm run typecheck
40+ run : pnpm run typecheck
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export default defineAppConfig({
5656 title : 'Table of Contents' ,
5757 bottom : {
5858 title : 'Community' ,
59- edit : 'https://github.com/nuxt-ui-pro/docs/edit/main /content' ,
59+ edit : 'https://github.com/nuxt-ui-pro/docs/edit/v1 /content' ,
6060 links : [ {
6161 icon : 'i-heroicons-star' ,
6262 label : 'Star on GitHub' ,
Original file line number Diff line number Diff line change 88 "ignoreDeps" : [
99 " vue-tsc"
1010 ],
11- "baseBranches" : [" main " , " v3" ],
11+ "baseBranches" : [" v1 " , " v3" ],
1212 "packageRules" : [{
1313 "matchDepTypes" : [" resolutions" ],
1414 "enabled" : false
You can’t perform that action at this time.
0 commit comments