Next test.
Build KX3DEX.radio / Build and Deploy (push) Failing after 1m31s
Details
Build KX3DEX.radio / Build and Deploy (push) Failing after 1m31s
Details
parent
874fd6d9c3
commit
d2262d7f2d
|
@ -1,8 +1,13 @@
|
||||||
export default async function Home() {
|
export default async function Home() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<div>
|
||||||
<div className="grid grid-cols-1 md:grid-cols-1 mt-5 gap-5">
|
<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'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.
|
This is my little corner of the internet to share my radio projects on things I'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>
|
||||||
|
<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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue