File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2323 yarn lint
2424 yarn typecheck
2525 yarn build
26+
2627 gh-release :
27- if : github.ref_name == 'master '
28+ if : github.ref_name == 'main '
2829 runs-on : ubuntu-latest
2930 needs : checks
3031 steps :
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default defineController(() => ({
9191 { ' {\n validators?: ' }
9292 <a href = " /docs/reference/validation/zod#controller-level" >(コントローラーレベル バリデーター)</a >
9393 { ' ,\n schemas?: { response?: { [(HTTP Status Code)]: ' }
94- <a href = " https://github.com/fastify/fast-json-stringify/blob/master /types/index.d.ts" >Schema</a >
94+ <a href = " https://github.com/fastify/fast-json-stringify/blob/main /types/index.d.ts" >Schema</a >
9595 { ' } },\n hooks?: ' }
9696 <a href = " /docs/reference/hooks#serverhooks" >ServerHooks</a >
9797 { ' ,\n handler: ' }
Original file line number Diff line number Diff line change @@ -143,15 +143,15 @@ module.exports = {
143143 docs : {
144144 sidebarPath : require . resolve ( './sidebars.js' ) ,
145145 // Please change this to your repo.
146- editUrl : 'https://github.com/frouriojs/ja.frourio.com/edit/master /' ,
146+ editUrl : 'https://github.com/frouriojs/ja.frourio.com/edit/main /' ,
147147 } ,
148148 gtag : {
149149 trackingID : process . env . TRACKING_ID || 'G-XXXXXX' ,
150150 } ,
151151 blog : {
152152 showReadingTime : true ,
153153 // Please change this to your repo.
154- editUrl : 'https://github.com/frouriojs/ja.frourio.com/edit/master /' ,
154+ editUrl : 'https://github.com/frouriojs/ja.frourio.com/edit/main /' ,
155155 } ,
156156 theme : {
157157 customCss : require . resolve ( './src/css/custom.css' ) ,
You can’t perform that action at this time.
0 commit comments