diff --git a/.github/workflows/distribute-resources-deploy.yml b/.github/workflows/distribute-resources-deploy.yml
index bbbe5a9..4d5ebba 100644
--- a/.github/workflows/distribute-resources-deploy.yml
+++ b/.github/workflows/distribute-resources-deploy.yml
@@ -37,12 +37,15 @@ jobs:
- name: Push changes
run: git push
- - name: Build project
+ - name: Build project (Next.js)
run: npm run build
+ - name: Generate Cloudflare Pages artifacts (Next on Pages)
+ run: npx --yes @cloudflare/next-on-pages@latest
+
- name: Publish to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_PAGES_TOKEN }}
command: |
- pages deploy ./app --project-name="developer-playbook"
+ pages deploy ./.vercel/output/static --project-name="developer-playbook"
diff --git a/README.md b/README.md
index e12db81..7aefe2c 100644
--- a/README.md
+++ b/README.md
@@ -49,4 +49,4 @@ category: "Guides"
# Powered by
-[](https://vercel.com/?utm_source=dev-playbook&utm_campaign=oss)
+Cloudflare Pages
diff --git a/app/layout.tsx b/app/layout.tsx
index f5779ae..b84d0dd 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -4,6 +4,7 @@ import './globals.css'
import Link from 'next/link'
import { Github } from 'lucide-react'
import Image from 'next/image'
+import neonLogo from '@/public/NeonEVM Logo Pink.png'
const inter = localFont({
src: [
@@ -85,7 +86,7 @@ export default function RootLayout({
{/* Neon EVM Logo */}