mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 20:35:29 -04:00
feat: add Domainstack link to the homepage
This commit is contained in:
+9
-1
@@ -125,10 +125,18 @@ const Page = () => {
|
||||
|
||||
<p className="my-3 text-base leading-relaxed md:text-[0.975rem]">
|
||||
I’m currently building{" "}
|
||||
<Link
|
||||
href="https://domainstack.io"
|
||||
title="Domainstack: Domain intelligence made easy"
|
||||
className="font-medium [--primary:#a054d0] dark:[--primary:#dd9fff]"
|
||||
>
|
||||
Domainstack
|
||||
</Link>
|
||||
, a beautiful all-in-one domain name intelligence tool, and{" "}
|
||||
<Link
|
||||
href="https://snoozle.ai"
|
||||
title="Snoozle: AI-powered bedtime stories for children"
|
||||
className="bg-gradient-to-r from-purple-500 to-pink-500 bg-clip-text font-semibold text-transparent [--primary:#a855f7] dark:from-purple-400 dark:to-pink-400 dark:[--primary:#c084fc]"
|
||||
className="bg-gradient-to-r from-purple-500 to-pink-500 bg-clip-text font-medium text-transparent [--primary:#a855f7] dark:from-purple-400 dark:to-pink-400 dark:[--primary:#c084fc]"
|
||||
>
|
||||
Snoozle
|
||||
</Link>
|
||||
|
||||
@@ -32,7 +32,6 @@ const nextConfig = {
|
||||
},
|
||||
productionBrowserSourceMaps: true,
|
||||
experimental: {
|
||||
inlineCss: true,
|
||||
serverActions: {
|
||||
// fix CSRF errors from tor reverse proxy
|
||||
allowedOrigins: [
|
||||
|
||||
+17
-17
@@ -26,7 +26,7 @@
|
||||
"@mdx-js/loader": "^3.1.1",
|
||||
"@mdx-js/react": "^3.1.1",
|
||||
"@neondatabase/serverless": "^1.0.2",
|
||||
"@next/mdx": "16.0.10",
|
||||
"@next/mdx": "16.1.0",
|
||||
"@octokit/graphql": "^9.0.3",
|
||||
"@octokit/graphql-schema": "^15.26.1",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||
@@ -41,23 +41,23 @@
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@radix-ui/react-toast": "^1.2.15",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@t3-oss/env-nextjs": "^0.13.8",
|
||||
"@t3-oss/env-nextjs": "^0.13.10",
|
||||
"@vercel/analytics": "^1.6.1",
|
||||
"@vercel/speed-insights": "^1.3.1",
|
||||
"better-auth": "^1.4.5",
|
||||
"better-auth": "^1.4.7",
|
||||
"botid": "^1.5.10",
|
||||
"cheerio": "^1.1.2",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"date-fns": "^4.1.0",
|
||||
"drizzle-orm": "^0.45.0",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"fast-glob": "^3.3.3",
|
||||
"feed": "^5.1.0",
|
||||
"geist": "^1.5.1",
|
||||
"html-entities": "^2.6.0",
|
||||
"lucide-react": "0.556.0",
|
||||
"next": "16.0.10",
|
||||
"lucide-react": "0.562.0",
|
||||
"next": "16.1.0",
|
||||
"react": "19.2.3",
|
||||
"react-activity-calendar": "^3.0.1",
|
||||
"react-countup": "^6.5.3",
|
||||
@@ -67,7 +67,7 @@
|
||||
"react-schemaorg": "^2.0.0",
|
||||
"react-timeago": "^8.3.0",
|
||||
"react-to-text": "^2.0.1",
|
||||
"react-tweet": "^3.2.2",
|
||||
"react-tweet": "^3.3.0",
|
||||
"react-use": "^17.6.0",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"rehype-mdx-code-props": "^3.0.1",
|
||||
@@ -85,31 +85,31 @@
|
||||
"remark-rehype": "^11.1.2",
|
||||
"remark-smartypants": "^3.0.2",
|
||||
"remark-strip-mdx-imports-exports": "^1.0.1",
|
||||
"resend": "^6.5.2",
|
||||
"resend": "^6.6.0",
|
||||
"server-only": "0.0.1",
|
||||
"shiki": "^3.19.0",
|
||||
"shiki": "^3.20.0",
|
||||
"sonner": "^2.0.7",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"unified": "^11.0.5",
|
||||
"zod": "^4.1.13"
|
||||
"zod": "^4.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.3",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@jakejarvis/eslint-config": "^4.0.7",
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/react": "19.2.7",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
||||
"cross-env": "^10.1.0",
|
||||
"dotenv": "^17.2.3",
|
||||
"drizzle-kit": "^0.31.8",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-next": "16.0.10",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-next": "16.1.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-css-modules": "^2.12.0",
|
||||
"eslint-plugin-drizzle": "^0.2.3",
|
||||
@@ -134,7 +134,7 @@
|
||||
"engines": {
|
||||
"node": ">=24.x"
|
||||
},
|
||||
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
|
||||
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa",
|
||||
"cacheDirectories": [
|
||||
"node_modules",
|
||||
".next/cache"
|
||||
|
||||
Generated
+369
-346
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user