8000 Comparing suyalcinkaya:master...aliir74:master · suyalcinkaya/onur.dev · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: suyalcinkaya/onur.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aliir74/onur.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 40 files changed
  • 1 contributor

Commits on Dec 21, 2024

  1. refactor: update homepage content and remove bookmarks feature

    - Updated homepage to reflect new personal information and links for Ali Irani.
    - Removed bookmarks feature, including related components and pages.
    - Added new dependencies in package.json for development.
    - Updated image assets and modified menu content to reflect changes in the user profile.
    Ali Irani committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    0042ab1 View commit details
    Browse the repository at this point in the history
  2. refactor: remove .env.local and update configuration for BASE_URL

    - Deleted the .env.local file to enhance security by removing sensitive information.
    - Updated .gitignore to exclude .env.local from version control.
    - Refactored next.config.mjs to remove unnecessary redirects.
    - Replaced hardcoded URLs with BASE_URL in various components and pages for better maintainability.
    - Removed unused workspace components and adjusted related imports.
    - Updated shared metadata to reflect new author information and site URL.
    - Cleaned up constants and links to reflect the current project structure.
    Ali Irani committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    313f2dc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. chore: update package.json and refactor OpenGraph image handling

    - Added "caniuse-lite" dependency to package.json for improved browser compatibility.
    - Refactored OpenGraph image generation in multiple routes to directly use width and height from shared metadata, removing unnecessary size object.
    - Enhanced error handling in the writing route to return a 404 response if SEO data is not found.
    Ali Irani committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    f58f14b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. feat: add new redirects for external links in next.config.mjs

    - Introduced new redirects for '/links', '/tg', and '/yt' to direct users to Telegram and YouTube.
    - Enhanced navigation by providing quick access to external resources.
    Ali Irani committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    60fc90e View commit details
    Browse the repository at this point in the history
  2. feat: update profiles and navigation icons in constants.js

    - Added new profiles for YouTube and Telegram with corresponding icons.
    - Replaced SparklesIcon with Home icon in the navigation links.
    - Removed commented-out sections for unused social media profiles to clean up the code.
    Ali Irani committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    b84066f View commit details
    Browse the repository at this point in the history
Loading
0