Skip to content

My personal site

Notifications You must be signed in to change notification settings

Williamnumismatics/Willgob-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7d9d08 · · Dec 15, 2025

History

169 Commits
Dec 14, 2025
``` **Why this approach:** - The site is a static HTML site with no build process or JavaScript bundler - The `/_vercel/insights/script.js` endpoint is automatically provided by Vercel when Web Analytics is enabled - Using the script tag directly is simpler and more appropriate than using the `@vercel/analytics` package's `inject()` function for static sites - The `defer` attribute ensures the script loads without blocking page rendering - The script automatically initializes analytics collection on page load ### What This Does Once the site is deployed to Vercel with Web Analytics enabled, these script tags will: 1. Load the Vercel Web Analytics tracking script 2. Automatically collect page views and basic metrics 3. Send analytics data to Vercel's analytics service 4. Provide real-time traffic insights in the Vercel dashboard ## Verification - ✅ All 10 HTML files verified to contain the analytics script - ✅ Package `@vercel/analytics` is correctly installed - ✅ No build errors (project has no build step) - ✅ No linting issues (project has no linter configured) - ✅ HTML structure preserved - only additions made, no existing code modified ## Next Steps for User 1. Ensure Web Analytics is enabled in the Vercel project settings 2. Deploy the site to Vercel 3. Visit the Vercel dashboard to view real-time analytics data 4. The analytics will automatically track page views, device types, browsers, and geographic location data ## Notes - The `@vercel/analytics` package dependency is installed but not actively used in code - it's installed for potential future use with framework-specific integration - For a pure static HTML site, the script tag approach is the most straightforward implementation - All changes preserve existing code structure and follow the site's existing patterns Co-authored-by: Vercel ithub.com>erns Co-authored-by: Vercel " class="Link--secondary" href="https://github.com/Williamnumismatics/Willgob-site/commit/ab213ddbf24bf38951b58614708b2f2f0c0320be">Install and Configure Vercel Web Analytics
Dec 14, 2025
``` **Why this approach:** - The site is a static HTML site with no build process or JavaScript bundler - The `/_vercel/insights/script.js` endpoint is automatically provided by Vercel when Web Analytics is enabled - Using the script tag directly is simpler and more appropriate than using the `@vercel/analytics` package's `inject()` function for static sites - The `defer` attribute ensures the script loads without blocking page rendering - The script automatically initializes analytics collection on page load ### What This Does Once the site is deployed to Vercel with Web Analytics enabled, these script tags will: 1. Load the Vercel Web Analytics tracking script 2. Automatically collect page views and basic metrics 3. Send analytics data to Vercel's analytics service 4. Provide real-time traffic insights in the Vercel dashboard ## Verification - ✅ All 10 HTML files verified to contain the analytics script - ✅ Package `@vercel/analytics` is correctly installed - ✅ No build errors (project has no build step) - ✅ No linting issues (project has no linter configured) - ✅ HTML structure preserved - only additions made, no existing code modified ## Next Steps for User 1. Ensure Web Analytics is enabled in the Vercel project settings 2. Deploy the site to Vercel 3. Visit the Vercel dashboard to view real-time analytics data 4. The analytics will automatically track page views, device types, browsers, and geographic location data ## Notes - The `@vercel/analytics` package dependency is installed but not actively used in code - it's installed for potential future use with framework-specific integration - For a pure static HTML site, the script tag approach is the most straightforward implementation - All changes preserve existing code structure and follow the site's existing patterns Co-authored-by: Vercel ithub.com>erns Co-authored-by: Vercel " class="Link--secondary" href="https://github.com/Williamnumismatics/Willgob-site/commit/ab213ddbf24bf38951b58614708b2f2f0c0320be">Install and Configure Vercel Web Analytics
Dec 14, 2025
Nov 25, 2025
``` **Why this approach:** - The site is a static HTML site with no build process or JavaScript bundler - The `/_vercel/insights/script.js` endpoint is automatically provided by Vercel when Web Analytics is enabled - Using the script tag directly is simpler and more appropriate than using the `@vercel/analytics` package's `inject()` function for static sites - The `defer` attribute ensures the script loads without blocking page rendering - The script automatically initializes analytics collection on page load ### What This Does Once the site is deployed to Vercel with Web Analytics enabled, these script tags will: 1. Load the Vercel Web Analytics tracking script 2. Automatically collect page views and basic metrics 3. Send analytics data to Vercel's analytics service 4. Provide real-time traffic insights in the Vercel dashboard ## Verification - ✅ All 10 HTML files verified to contain the analytics script - ✅ Package `@vercel/analytics` is correctly installed - ✅ No build errors (project has no build step) - ✅ No linting issues (project has no linter configured) - ✅ HTML structure preserved - only additions made, no existing code modified ## Next Steps for User 1. Ensure Web Analytics is enabled in the Vercel project settings 2. Deploy the site to Vercel 3. Visit the Vercel dashboard to view real-time analytics data 4. The analytics will automatically track page views, device types, browsers, and geographic location data ## Notes - The `@vercel/analytics` package dependency is installed but not actively used in code - it's installed for potential future use with framework-specific integration - For a pure static HTML site, the script tag approach is the most straightforward implementation - All changes preserve existing code structure and follow the site's existing patterns Co-authored-by: Vercel ithub.com>erns Co-authored-by: Vercel " class="Link--secondary" href="https://github.com/Williamnumismatics/Willgob-site/commit/ab213ddbf24bf38951b58614708b2f2f0c0320be">Install and Configure Vercel Web Analytics
Dec 14, 2025
Nov 25, 2025
``` **Why this approach:** - The site is a static HTML site with no build process or JavaScript bundler - The `/_vercel/insights/script.js` endpoint is automatically provided by Vercel when Web Analytics is enabled - Using the script tag directly is simpler and more appropriate than using the `@vercel/analytics` package's `inject()` function for static sites - The `defer` attribute ensures the script loads without blocking page rendering - The script automatically initializes analytics collection on page load ### What This Does Once the site is deployed to Vercel with Web Analytics enabled, these script tags will: 1. Load the Vercel Web Analytics tracking script 2. Automatically collect page views and basic metrics 3. Send analytics data to Vercel's analytics service 4. Provide real-time traffic insights in the Vercel dashboard ## Verification - ✅ All 10 HTML files verified to contain the analytics script - ✅ Package `@vercel/analytics` is correctly installed - ✅ No build errors (project has no build step) - ✅ No linting issues (project has no linter configured) - ✅ HTML structure preserved - only additions made, no existing code modified ## Next Steps for User 1. Ensure Web Analytics is enabled in the Vercel project settings 2. Deploy the site to Vercel 3. Visit the Vercel dashboard to view real-time analytics data 4. The analytics will automatically track page views, device types, browsers, and geographic location data ## Notes - The `@vercel/analytics` package dependency is installed but not actively used in code - it's installed for potential future use with framework-specific integration - For a pure static HTML site, the script tag approach is the most straightforward implementation - All changes preserve existing code structure and follow the site's existing patterns Co-authored-by: Vercel ithub.com>erns Co-authored-by: Vercel " class="Link--secondary" href="https://github.com/Williamnumismatics/Willgob-site/commit/ab213ddbf24bf38951b58614708b2f2f0c0320be">Install and Configure Vercel Web Analytics
Dec 14, 2025
``` **Why this approach:** - The site is a static HTML site with no build process or JavaScript bundler - The `/_vercel/insights/script.js` endpoint is automatically provided by Vercel when Web Analytics is enabled - Using the script tag directly is simpler and more appropriate than using the `@vercel/analytics` package's `inject()` function for static sites - The `defer` attribute ensures the script loads without blocking page rendering - The script automatically initializes analytics collection on page load ### What This Does Once the site is deployed to Vercel with Web Analytics enabled, these script tags will: 1. Load the Vercel Web Analytics tracking script 2. Automatically collect page views and basic metrics 3. Send analytics data to Vercel's analytics service 4. Provide real-time traffic insights in the Vercel dashboard ## Verification - ✅ All 10 HTML files verified to contain the analytics script - ✅ Package `@vercel/analytics` is correctly installed - ✅ No build errors (project has no build step) - ✅ No linting issues (project has no linter configured) - ✅ HTML structure preserved - only additions made, no existing code modified ## Next Steps for User 1. Ensure Web Analytics is enabled in the Vercel project settings 2. Deploy the site to Vercel 3. Visit the Vercel dashboard to view real-time analytics data 4. The analytics will automatically track page views, device types, browsers, and geographic location data ## Notes - The `@vercel/analytics` package dependency is installed but not actively used in code - it's installed for potential future use with framework-specific integration - For a pure static HTML site, the script tag approach is the most straightforward implementation - All changes preserve existing code structure and follow the site's existing patterns Co-authored-by: Vercel ithub.com>erns Co-authored-by: Vercel " class="Link--secondary" href="https://github.com/Williamnumismatics/Willgob-site/commit/ab213ddbf24bf38951b58614708b2f2f0c0320be">Install and Configure Vercel Web Analytics
Dec 14, 2025
``` **Why this approach:** - The site is a static HTML site with no build process or JavaScript bundler - The `/_vercel/insights/script.js` endpoint is automatically provided by Vercel when Web Analytics is enabled - Using the script tag directly is simpler and more appropriate than using the `@vercel/analytics` package's `inject()` function for static sites - The `defer` attribute ensures the script loads without blocking page rendering - The script automatically initializes analytics collection on page load ### What This Does Once the site is deployed to Vercel with Web Analytics enabled, these script tags will: 1. Load the Vercel Web Analytics tracking script 2. Automatically collect page views and basic metrics 3. Send analytics data to Vercel's analytics service 4. Provide real-time traffic insights in the Vercel dashboard ## Verification - ✅ All 10 HTML files verified to contain the analytics script - ✅ Package `@vercel/analytics` is correctly installed - ✅ No build errors (project has no build step) - ✅ No linting issues (project has no linter configured) - ✅ HTML structure preserved - only additions made, no existing code modified ## Next Steps for User 1. Ensure Web Analytics is enabled in the Vercel project settings 2. Deploy the site to Vercel 3. Visit the Vercel dashboard to view real-time analytics data 4. The analytics will automatically track page views, device types, browsers, and geographic location data ## Notes - The `@vercel/analytics` package dependency is installed but not actively used in code - it's installed for potential future use with framework-specific integration - For a pure static HTML site, the script tag approach is the most straightforward implementation - All changes preserve existing code structure and follow the site's existing patterns Co-authored-by: Vercel ithub.com>erns Co-authored-by: Vercel " class="Link--secondary" href="https://github.com/Williamnumismatics/Willgob-site/commit/ab213ddbf24bf38951b58614708b2f2f0c0320be">Install and Configure Vercel Web Analytics
Dec 14, 2025
Dec 14, 2025
``` **Why this approach:** - The site is a static HTML site with no build process or JavaScript bundler - The `/_vercel/insights/script.js` endpoint is automatically provided by Vercel when Web Analytics is enabled - Using the script tag directly is simpler and more appropriate than using the `@vercel/analytics` package's `inject()` function for static sites - The `defer` attribute ensures the script loads without blocking page rendering - The script automatically initializes analytics collection on page load ### What This Does Once the site is deployed to Vercel with Web Analytics enabled, these script tags will: 1. Load the Vercel Web Analytics tracking script 2. Automatically collect page views and basic metrics 3. Send analytics data to Vercel's analytics service 4. Provide real-time traffic insights in the Vercel dashboard ## Verification - ✅ All 10 HTML files verified to contain the analytics script - ✅ Package `@vercel/analytics` is correctly installed - ✅ No build errors (project has no build step) - ✅ No linting issues (project has no linter configured) - ✅ HTML structure preserved - only additions made, no existing code modified ## Next Steps for User 1. Ensure Web Analytics is enabled in the Vercel project settings 2. Deploy the site to Vercel 3. Visit the Vercel dashboard to view real-time analytics data 4. The analytics will automatically track page views, device types, browsers, and geographic location data ## Notes - The `@vercel/analytics` package dependency is installed but not actively used in code - it's installed for potential future use with framework-specific integration - For a pure static HTML site, the script tag approach is the most straightforward implementation - All changes preserve existing code structure and follow the site's existing patterns Co-authored-by: Vercel ithub.com>erns Co-authored-by: Vercel " class="Link--secondary" href="https://github.com/Williamnumismatics/Willgob-site/commit/ab213ddbf24bf38951b58614708b2f2f0c0320be">Install and Configure Vercel Web Analytics
Dec 14, 2025
Dec 15, 2025
Dec 14, 2025
Dec 14, 2025
Nov 26, 2025
``` **Why this approach:** - The site is a static HTML site with no build process or JavaScript bundler - The `/_vercel/insights/script.js` endpoint is automatically provided by Vercel when Web Analytics is enabled - Using the script tag directly is simpler and more appropriate than using the `@vercel/analytics` package's `inject()` function for static sites - The `defer` attribute ensures the script loads without blocking page rendering - The script automatically initializes analytics collection on page load ### What This Does Once the site is deployed to Vercel with Web Analytics enabled, these script tags will: 1. Load the Vercel Web Analytics tracking script 2. Automatically collect page views and basic metrics 3. Send analytics data to Vercel's analytics service 4. Provide real-time traffic insights in the Vercel dashboard ## Verification - ✅ All 10 HTML files verified to contain the analytics script - ✅ Package `@vercel/analytics` is correctly installed - ✅ No build errors (project has no build step) - ✅ No linting issues (project has no linter configured) - ✅ HTML structure preserved - only additions made, no existing code modified ## Next Steps for User 1. Ensure Web Analytics is enabled in the Vercel project settings 2. Deploy the site to Vercel 3. Visit the Vercel dashboard to view real-time analytics data 4. The analytics will automatically track page views, device types, browsers, and geographic location data ## Notes - The `@vercel/analytics` package dependency is installed but not actively used in code - it's installed for potential future use with framework-specific integration - For a pure static HTML site, the script tag approach is the most straightforward implementation - All changes preserve existing code structure and follow the site's existing patterns Co-authored-by: Vercel ithub.com>erns Co-authored-by: Vercel " class="Link--secondary" href="https://github.com/Williamnumismatics/Willgob-site/commit/ab213ddbf24bf38951b58614708b2f2f0c0320be">Install and Configure Vercel Web Analytics
Dec 14, 2025
Nov 25, 2025
Dec 15, 2025
``` **Why this approach:** - The site is a static HTML site with no build process or JavaScript bundler - The `/_vercel/insights/script.js` endpoint is automatically provided by Vercel when Web Analytics is enabled - Using the script tag directly is simpler and more appropriate than using the `@vercel/analytics` package's `inject()` function for static sites - The `defer` attribute ensures the script loads without blocking page rendering - The script automatically initializes analytics collection on page load ### What This Does Once the site is deployed to Vercel with Web Analytics enabled, these script tags will: 1. Load the Vercel Web Analytics tracking script 2. Automatically collect page views and basic metrics 3. Send analytics data to Vercel's analytics service 4. Provide real-time traffic insights in the Vercel dashboard ## Verification - ✅ All 10 HTML files verified to contain the analytics script - ✅ Package `@vercel/analytics` is correctly installed - ✅ No build errors (project has no build step) - ✅ No linting issues (project has no linter configured) - ✅ HTML structure preserved - only additions made, no existing code modified ## Next Steps for User 1. Ensure Web Analytics is enabled in the Vercel project settings 2. Deploy the site to Vercel 3. Visit the Vercel dashboard to view real-time analytics data 4. The analytics will automatically track page views, device types, browsers, and geographic location data ## Notes - The `@vercel/analytics` package dependency is installed but not actively used in code - it's installed for potential future use with framework-specific integration - For a pure static HTML site, the script tag approach is the most straightforward implementation - All changes preserve existing code structure and follow the site's existing patterns Co-authored-by: Vercel ithub.com>erns Co-authored-by: Vercel " class="Link--secondary" href="https://github.com/Williamnumismatics/Willgob-site/commit/ab213ddbf24bf38951b58614708b2f2f0c0320be">Install and Configure Vercel Web Analytics
Dec 14, 2025

Repository files navigation

Willgob-site

My personal site