mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-06-27 22:36:02 +00:00
* feat(home): replace industries grid with Open Source Friday video Replaces the rotating industries section under the hero search bar with an embed of the GitHub Open Source Friday episode (starting at 6:12). Also widens the hero's right column and tightens the left text column so the video sits comfortably without overflowing on standard laptop viewports. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore(i18n): remove unused heroIndustries keys The industries grid was replaced by a YouTube embed; only 'searchPlaceholder' is still referenced. Drop the prefix, clickToExplore, and 36 industry labels across all 17 locales. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(home): i18n iframe title, lazy load, nocookie, width parity Addresses PR review feedback on the YouTube embed: - Translate iframe title via next-intl (new heroIndustries.videoTitle key) - Add loading="lazy" to defer ~1MB of player JS - Switch embed to youtube-nocookie.com for better cookie/privacy hygiene - Restore max-w-lg so the video matches the search bar width Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: stop tracking local .env.docker Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
52 lines
617 B
Plaintext
52 lines
617 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
/src/generated/prisma
|
|
/src/app/sponsors
|
|
|
|
# Sentry Config File
|
|
.env.sentry-build-plugin
|
|
.env.docker
|