diff --git a/404.html b/404.html index ccec7b6f..eb8c5e3f 100644 --- a/404.html +++ b/404.html @@ -2,7 +2,7 @@ - React for GitHub Pages + Single Page Apps for GitHub Pages - - + Single Page Apps for GitHub Pages
diff --git a/index.js b/index.js index eef7535c..124409f6 100644 --- a/index.js +++ b/index.js @@ -71,10 +71,10 @@ function parseRedirectQuery(query, replace) { // a redirect to the domain with no path is required. // https://help.github.com/articles/custom-domain-redirects-for-github-pages-sites/ // SET THIS: e.g. my-repo-name -const gitHubRepoName = 'react-github-pages'; +const gitHubRepoName = 'spa-github-pages'; // The domain for your site // SET THIS: e.g. http://subdomain.example.tld, or http://www.example.tld -const domain = 'http://react-github-pages.rafrex.com'; +const domain = 'http://spa-github-pages.rafrex.com'; function redirectToDomain() { window.location.replace(domain); } diff --git a/package.json b/package.json index 8bc3e953..fab7c469 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { "name": "react-github-pages", - "description": "React with React Router boilerplate for GitHub Pages", + "description": "Single Page Apps for GitHub Pages", "author": "Rafael Pedicini ", "license": "MIT", "private": "true", "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/rafrex/react-github-pages.git" + "url": "git+https://github.com/rafrex/spa-github-pages.git" }, "bugs": { - "url": "https://github.com/rafrex/react-github-pages/issues" + "url": "https://github.com/rafrex/spa-github-pages/issues" }, - "homepage": "https://github.com/rafrex/react-github-pages#readme", + "homepage": "https://github.com/rafrex/spa-github-pages#readme", "dependencies": { "babel-core": "^6.8.0", "babel-loader": "^6.2.4",