File tree Expand file tree Collapse file tree 7 files changed +4
-82
lines changed Expand file tree Collapse file tree 7 files changed +4
-82
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 114114 "check:watch" : " svelte-check --tsconfig ./tsconfig.json --watch" ,
115115 "optimize:image" : " node --loader ts-node/esm scripts/js/optimize-image.ts" ,
116116 "copy:content" : " npm run copy:blog && npm run copy:snippets" ,
117- "copy:blog" : " copyfiles \" contents/blogs/**\" static/images --exclude=\" **/index.md\" --up=1" ,
118- "copy:snippets" : " copyfiles \" contents/snippets/**\" static/images --exclude=\" **/*.md\" --up=1" ,
117+ "copy:blog" : " copyfiles \" src/lib/ contents/blogs/**\" static/images --exclude=\" **/index.md\" --up=1" ,
118+ "copy:snippets" : " copyfiles \" src/lib/ contents/snippets/**\" static/images --exclude=\" **/*.md\" --up=1" ,
119119 "storybook" : " start-storybook -p 6006" ,
120120 "build-storybook" : " build-storybook"
121121 },
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import readingTime from 'reading-time';
1818import { ISODate } from '$utils/date-formatters' ;
1919import { environment } from '$environment/environment' ;
2020
21- const blogPath = 'contents/blogs' ;
22- const snippetsPath = 'contents/snippets' ;
21+ const blogPath = 'src/lib/ contents/blogs' ;
22+ const snippetsPath = 'src/lib/ contents/snippets' ;
2323const blogEditPath = `${ environment . gitHubConfig . GITHUB_BLOG_EDIT_URL } ` . trim ( ) . slice ( ) ;
2424const langs = {
2525 bash : 'bash' ,
You can’t perform that action at this time.
0 commit comments