mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 21:21:32 +10:00
bump up version to 2.3
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
"projects": {
|
||||
"rx-resume": "rx-resume",
|
||||
"default": "rx-resume"
|
||||
},
|
||||
"targets": {
|
||||
|
||||
@ -1,9 +1,19 @@
|
||||
{
|
||||
"hosting": {
|
||||
"target": "rxresume",
|
||||
"public": "./public",
|
||||
"ignore": ["**/.*", "firebase.json", "**/node_modules/**"]
|
||||
},
|
||||
"hosting": [{
|
||||
"site": "rxresume",
|
||||
"public": "public",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}],
|
||||
"emulators": {
|
||||
"functions": {
|
||||
"port": 5001
|
||||
|
||||
@ -5,7 +5,7 @@ module.exports = {
|
||||
title: 'Reactive Resume',
|
||||
siteUrl: 'https://rxresu.me',
|
||||
description: 'A free and open source resume builder.',
|
||||
version: '2.2.1',
|
||||
version: '2.3',
|
||||
},
|
||||
plugins: [
|
||||
'gatsby-plugin-react-helmet',
|
||||
|
||||
Reference in New Issue
Block a user