File tree 3 files changed +1
-9
lines changed
docs/blog/gatsbygram-case-study
3 files changed +1
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ playing with the code!
16
16
17
17
<div >
18
18
<video controls =" controls " autoplay =" true " loop =" true " >
19
- <source type="video/mp4" src="/ gatsbygram.mp4" />
19
+ <source type="video/mp4" src="gatsbygram.mp4" />
20
20
<p>Your browser does not support the video element.</p>
21
21
</video >
22
22
</div >
Original file line number Diff line number Diff line change 1
1
const Promise = require ( `bluebird` )
2
- const fs = require ( `fs-extra` )
3
2
const startersRedirects = require ( `./starter-redirects.json` )
4
3
5
4
const { loadYaml } = require ( `./src/utils/load-yaml` )
@@ -124,10 +123,3 @@ exports.createPages = async helpers => {
124
123
} )
125
124
} )
126
125
}
127
-
128
- exports . onPostBuild = ( ) => {
129
- fs . copySync (
130
- `../docs/blog/2017-02-21-1-0-progress-update-where-came-from-where-going/gatsbygram.mp4` ,
131
- `./public/gatsbygram.mp4`
132
- )
133
- }
You can’t perform that action at this time.
0 commit comments