diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 079eaeec36..311c6d855c 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -65,7 +65,7 @@ jobs: env: NODE_ENV: production # Remove this line if you would like to skip using google analytics - REACT_APP_GA_TRACKING_ID: UA-68649021-1 + REACT_APP_GA_TRACKING_ID: G-M6H0YTT6ND - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact diff --git a/LICENSE b/LICENSE index 6168e54a3c..836ed9329d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Michael D'Angelo +Copyright (c) 2024 Austin Dase Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index d839f380c7..390ca022b6 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "personal-site", "version": "4.0.0", - "homepage": "https://mldangelo.com/", + "homepage": "https://dase.dev/", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/mldangelo/personal-site.git" + "url": "https://github.com/adase11/personal-site" }, "engines": { - "node": ">=16.x" + "node": "20" }, "scripts": { "analyze": "npm run build && source-map-explorer build/static/js/*.chunk.js", diff --git a/public/CNAME b/public/CNAME index e5c8309a73..75e694e2c2 100644 --- a/public/CNAME +++ b/public/CNAME @@ -1 +1 @@ -mldangelo.com +dase.dev diff --git a/public/index.html b/public/index.html index d616a278dd..7bf9a1c82a 100644 --- a/public/index.html +++ b/public/index.html @@ -91,6 +91,15 @@ async /> + + +
diff --git a/src/__tests__/App.test.js b/src/__tests__/App.test.js index f4a7a75791..18386e582d 100644 --- a/src/__tests__/App.test.js +++ b/src/__tests__/App.test.js @@ -41,7 +41,7 @@ describe('renders the app', () => { }); it('should render the title', async () => { - expect(document.title).toBe("Michael D'Angelo"); + expect(document.title).toBe("Austin Dase"); }); it('can navigate to /about', async () => { diff --git a/src/data/routes.js b/src/data/routes.js index 7986904176..2577a6961d 100644 --- a/src/data/routes.js +++ b/src/data/routes.js @@ -1,7 +1,7 @@ const routes = [ { index: true, - label: "Michael D'Angelo", + label: "Austin Dase", path: '/', }, { diff --git a/src/layouts/Main.js b/src/layouts/Main.js index d3b16f863b..9d6b7dcb8d 100644 --- a/src/layouts/Main.js +++ b/src/layouts/Main.js @@ -12,8 +12,8 @@ const Main = (props) => (