mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
change public folder
This commit is contained in:
parent
1f689a4a93
commit
79190fedef
2 changed files with 1 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ backend:
|
|||
branch: master
|
||||
|
||||
media_folder: static/img
|
||||
public_folder: img
|
||||
public_folder: /img
|
||||
|
||||
collections:
|
||||
- name: "blog"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue