Adds alias to media

Torey Heinz committed Apr 12, 2020
commit a323e805055ad6f81cf2926b9c13ceda71a20858
Showing 6 changed files with 5 additions and 2 deletions
content/media/favicon.png +0 -0
content/pages/index.md +2 -2
@@ @@ -5,7 +5,7 @@ subheading: ''
published: true
---
- ![](static/2020/04/12/logo.png)
+ ![](media/logo.png)
We are a small, faith-based 501.c.3 charitable foundation located on the shores of Southwest Michigan and established in
December of 2019. The vision for the foundation is to change the world in the best ways we can, starting with filling
@@ @@ -14,4 +14,4 @@ groups. The big plan is to address housing, employment and job skills training a
communities. Our primary focus is on serving disabled veterans, seniors who are caught between their own private
residences and retirement communities/facilities, adults with special needs and adults returning to mainstream society
and the workforce for various reasons. It’s a huge vision, and as a new agency, we realize that we have to build our
- programs carefully over time, following the direction we receive in faith.
\ No newline at end of file
+ programs carefully over time, following the direction we receive in faith.
gridsome.config.js +3 -0
@@ @@ -27,4 +27,7 @@ module.exports = {
},
},
],
+ chainWebpack: config => {
+ config.resolve.alias.set('media', '~/../content/media')
+ },
}
media/2020/04/12/logo.png +0 -0
src/uploads/logo.png +0 -0
static/2020/04/12/logo.png +0 -0