change public folder

This commit is contained in:
Austin Green 2017-11-28 19:31:09 -05:00
parent 1f689a4a93
commit 79190fedef
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@ import Testimonials from '../components/Testimonials';
import Pricing from '../components/Pricing';
export default ({ data }) => {
console.log(data);
const { frontmatter } = data.markdownRemark;
return (
<section className="section section--gradient">

View file

@ -3,7 +3,7 @@ backend:
branch: master
media_folder: static/img
public_folder: img
public_folder: /img
collections:
- name: "blog"