solving bugs reported in GH issues

This commit is contained in:
Amruth Pillai
2020-07-24 21:54:48 +05:30
parent 586f2b1eca
commit f2a0b612d0
21 changed files with 827 additions and 979 deletions

View File

@ -5,7 +5,7 @@ module.exports = {
title: 'Reactive Resume',
siteUrl: 'https://rxresu.me',
description: 'A free and open source resume builder.',
version: '2.0.4',
version: '2.1.0',
},
plugins: [
'gatsby-plugin-react-helmet',
@ -13,7 +13,7 @@ module.exports = {
resolve: 'gatsby-plugin-eslint',
options: {
test: /\.js$|\.jsx$/,
exclude: /(node_modules|.cache|public)/,
exclude: /(node_modules|.cache|public|_this_is_virtual_fs_path_)/,
stages: ['develop'],
options: {
emitWarning: true,