Next test.
Build KX3DEX.radio / Build and Deploy (push) Failing after 1m31s Details

master
Dex 2024-05-04 22:36:24 -04:00
parent 874fd6d9c3
commit d2262d7f2d
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,13 @@
export default async function Home() { export default async function Home() {
return ( return (
<div className="grid grid-cols-1 md:grid-cols-1 mt-5 gap-5"> <div>
This is my little corner of the internet to share my radio projects on things I&apos;m doing. Things I find and build that seem to not be documented anywhere. I have created pages for some of the projects I have done such as a communcations plan template. Also my go kit builds. <div className="grid grid-cols-1 md:grid-cols-1 mt-5 gap-5">
This is my little corner of the internet to share my radio projects on things I&apos;m doing. Things I find and build that seem to not be documented anywhere. I have created pages for some of the projects I have done such as a communcations plan template. Also my go kit builds.
</div>
<div className="grid grid-cols-1 md:grid-cols-1 mt-5 gap-5">
if there is anything you have for suggestions on projects you'd like to see a writeup on email me at bluebulletrl@gmail.com . Still need to setup email for this domain.
</div>
</div> </div>
); );
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "kx3dex_radio", "name": "kx3dex_radio",
"version": "1.2.0", "version": "1.3.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",