diff --git a/README.md b/README.md index fa8a9f81..c08c3418 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + ## A free and open source resume builder. @@ -29,11 +29,11 @@ You have complete control over what goes into your resume, how it looks, what co ### Screenshots - +   - +   - + ### Tech Stack diff --git a/firebase.json b/firebase.json index c1c0683d..3207ddc6 100644 --- a/firebase.json +++ b/firebase.json @@ -1,7 +1,7 @@ { "hosting": [ { - "target": "rxresume-staging", + "target": "rxresume", "public": "public", "ignore": ["**/.*", "firebase.json", "**/node_modules/**"], "headers": [ diff --git a/functions/index.js b/functions/index.js index 45f9bce9..3bd87356 100644 --- a/functions/index.js +++ b/functions/index.js @@ -1,7 +1,7 @@ const functions = require('firebase-functions'); const puppeteer = require('puppeteer'); -const BASE_URL = 'https://rxresume-staging.web.app/r/'; +const BASE_URL = 'https://rxresu.me/r/'; function timeout(ms) { return new Promise((resolve) => setTimeout(resolve, ms)); diff --git a/gatsby-config.js b/gatsby-config.js index 2c25dfa7..84672dab 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -3,7 +3,7 @@ require('dotenv').config(); module.exports = { siteMetadata: { title: 'Reactive Resume', - siteUrl: 'https://rxresume-staging.web.app', + siteUrl: 'https://rxresu.me', description: 'A free and open source resume builder.', }, plugins: [ diff --git a/src/components/Blog.js b/src/components/Blog.js index e2e8c4e3..6c634e40 100644 --- a/src/components/Blog.js +++ b/src/components/Blog.js @@ -18,7 +18,7 @@ export default function Template({ data }) { {frontmatter.title} | Reactive Resume diff --git a/src/components/builder/center/Artboard.js b/src/components/builder/center/Artboard.js index 0f885d5f..7a5f4c70 100644 --- a/src/components/builder/center/Artboard.js +++ b/src/components/builder/center/Artboard.js @@ -22,10 +22,7 @@ const Artboard = () => { {name} | {t('shared.appName')} - +
diff --git a/src/components/builder/right/sections/Actions.js b/src/components/builder/right/sections/Actions.js index cd170613..64b6bd22 100644 --- a/src/components/builder/right/sections/Actions.js +++ b/src/components/builder/right/sections/Actions.js @@ -28,7 +28,7 @@ const Actions = ({ id }) => { const getSharableUrl = () => { const shareId = state.id; - return `https://rxresume-staging.web.app/r/${shareId}`; + return `https://rxresu.me/r/${shareId}`; }; const handleOpenLink = () => { diff --git a/src/components/shared/Wrapper.js b/src/components/shared/Wrapper.js index 0df2d383..522a5fd7 100644 --- a/src/components/shared/Wrapper.js +++ b/src/components/shared/Wrapper.js @@ -24,8 +24,8 @@ const Wrapper = ({ children }) => { name="description" content="A free and open source resume builder that’s built to make the mundane tasks of creating, updating and sharing your resume as easy as 1, 2, 3." /> - - + + { {t('dashboard.title')} | {t('shared.appName')} - + diff --git a/src/pages/faq.js b/src/pages/faq.js index 5d62ecf5..90e4237d 100644 --- a/src/pages/faq.js +++ b/src/pages/faq.js @@ -9,10 +9,7 @@ const FrequentlyAskedQuestions = () => { Frequently Asked Questions | Reactive Resume - +
diff --git a/src/pages/index.js b/src/pages/index.js index f67364ad..9d874050 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -13,7 +13,7 @@ const Home = () => { {t('shared.appName')} - +
diff --git a/src/pages/r/view.js b/src/pages/r/view.js index d6afc97b..d2cf7e99 100644 --- a/src/pages/r/view.js +++ b/src/pages/r/view.js @@ -47,10 +47,7 @@ const ResumeViewer = ({ id }) => { {resume.name} | {t('shared.appName')} - +