[PR #1] [MERGED] better seo and first load performance #7

Closed
opened 2026-02-17 17:12:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-website/pull/1
Author: @Huskydog9988
Created: 4/19/2025
Status: Merged
Merged: 4/20/2025
Merged by: @DecDuck

Base: mainHead: refine-website


📝 Commits (9)

  • e8b926d chore: update drop-base
  • cca9bc7 feat: ssr render site
  • c5e367c chore: update nuxt and enable typescript
  • 58435a9 feat: switch to nuxt fonts
  • ccd8653 feat: switch to nuxt images
  • 0984dd1 feat: add fallback fonts
  • 423bd79 feat: add opengrapg images
  • 5df4d58 feat: fully make use of NuxtLink
  • e9643d4 fix: set nitro build preset to github pages

📊 Changes

39 files changed (+4978 additions, -1661 deletions)

View changed files

📝 assets/core.scss (+43 -43)
📝 components/Footer.vue (+19 -20)
📝 components/Header.vue (+5 -7)
📝 components/Logo.vue (+1 -0)
components/OgImage/DropOG.vue (+84 -0)
📝 drop-base (+1 -1)
📝 error.vue (+10 -1)
📝 layouts/default.vue (+25 -0)
📝 nuxt.config.ts (+104 -8)
📝 package.json (+19 -4)
📝 pages/comparison.vue (+2 -2)
📝 pages/features/library.vue (+14 -6)
📝 pages/index.vue (+80 -27)
📝 public/fonts/helvetica/Helvetica-400-italic.woff (+0 -0)
📝 public/fonts/helvetica/Helvetica-400.woff (+0 -0)
📝 public/fonts/helvetica/Helvetica-600-bold-italic.woff (+0 -0)
📝 public/fonts/helvetica/Helvetica-600-bold.woff (+0 -0)
📝 public/fonts/helvetica/helvetica-300-light.woff2 (+0 -0)
📝 public/fonts/inter/Inter-variable-400-italic.ttf (+0 -0)
📝 public/fonts/inter/Inter-variable-400.ttf (+0 -0)

...and 19 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-website/pull/1 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 4/19/2025 **Status:** ✅ Merged **Merged:** 4/20/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `main` ← **Head:** `refine-website` --- ### 📝 Commits (9) - [`e8b926d`](https://github.com/Drop-OSS/drop-website/commit/e8b926d63f3385d68e4fef26e4ab2c6e82add800) chore: update drop-base - [`cca9bc7`](https://github.com/Drop-OSS/drop-website/commit/cca9bc739cc4f945a5888be7753b4ad99e53d0e7) feat: ssr render site - [`c5e367c`](https://github.com/Drop-OSS/drop-website/commit/c5e367cbeab6454cca8c22450a2152eca23af3a7) chore: update nuxt and enable typescript - [`58435a9`](https://github.com/Drop-OSS/drop-website/commit/58435a9e7a073fec55719ace8ad4dd0c15744ba9) feat: switch to nuxt fonts - [`ccd8653`](https://github.com/Drop-OSS/drop-website/commit/ccd8653be94edc7c968be6d7a79e4e55d6970f03) feat: switch to nuxt images - [`0984dd1`](https://github.com/Drop-OSS/drop-website/commit/0984dd17725e6aa48555ceab5a7e79682dadc25a) feat: add fallback fonts - [`423bd79`](https://github.com/Drop-OSS/drop-website/commit/423bd79666b1235952a9a07c99957663b7220fe8) feat: add opengrapg images - [`5df4d58`](https://github.com/Drop-OSS/drop-website/commit/5df4d580d6c3dae61ac9b9ba16d87207bb6e4af7) feat: fully make use of NuxtLink - [`e9643d4`](https://github.com/Drop-OSS/drop-website/commit/e9643d437582c2b2c26e56ae3e082a0e7ba600c9) fix: set nitro build preset to github pages ### 📊 Changes **39 files changed** (+4978 additions, -1661 deletions) <details> <summary>View changed files</summary> 📝 `assets/core.scss` (+43 -43) 📝 `components/Footer.vue` (+19 -20) 📝 `components/Header.vue` (+5 -7) 📝 `components/Logo.vue` (+1 -0) ➕ `components/OgImage/DropOG.vue` (+84 -0) 📝 `drop-base` (+1 -1) 📝 `error.vue` (+10 -1) 📝 `layouts/default.vue` (+25 -0) 📝 `nuxt.config.ts` (+104 -8) 📝 `package.json` (+19 -4) 📝 `pages/comparison.vue` (+2 -2) 📝 `pages/features/library.vue` (+14 -6) 📝 `pages/index.vue` (+80 -27) 📝 `public/fonts/helvetica/Helvetica-400-italic.woff` (+0 -0) 📝 `public/fonts/helvetica/Helvetica-400.woff` (+0 -0) 📝 `public/fonts/helvetica/Helvetica-600-bold-italic.woff` (+0 -0) 📝 `public/fonts/helvetica/Helvetica-600-bold.woff` (+0 -0) 📝 `public/fonts/helvetica/helvetica-300-light.woff2` (+0 -0) 📝 `public/fonts/inter/Inter-variable-400-italic.ttf` (+0 -0) 📝 `public/fonts/inter/Inter-variable-400.ttf` (+0 -0) _...and 19 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:33 -05:00
yindo closed this issue 2026-02-17 17:12:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-website#7