diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..aa3b4f3 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +www.pythings.dev \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 682a9a9..e473399 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,6 +21,7 @@ export default function RootLayout({ return ( + diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 7be76a7..f7b75b9 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -45,7 +45,7 @@ const Footer = () => {