Skip to content

Commit

Permalink
🔀 Merge branch 'release/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Jun 2, 2019
2 parents 429d84d + 73ba94f commit 1e39712
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const onClientEntry = async () => {
const onInitialClientRender = () => {
const ageElements = Array.from(document.querySelectorAll('[data-age]'));

if (!ageElements.length) return;

ageElements.forEach(ageElement => {
const { age } = ageElement.dataset;

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "loris-portfolio",
"private": true,
"description": "My personal portfolio website showcasing my projects",
"version": "1.0.2",
"version": "1.0.3",
"author": "Loris Bettazza <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "1.10.0",
Expand Down
2 changes: 2 additions & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Redirect default Netlify subdomain to primary domain
https://loris-bettazza.netlify.com/* https://lorisbettazza.com/:splat 301!

0 comments on commit 1e39712

Please sign in to comment.