diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index d251b0f..6c43446 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -8,8 +8,9 @@ export const links: LinksFunction = () => [ export const meta: MetaFunction = () => { return [ - { title: "New Remix App" }, - { name: "description", content: "Welcome to Remix!" }, + { title: "local-ip.sh" }, + { name: "description", content: "local-ip.sh is a magic domain name that provides wildcard DNS for any IP address." }, + { name: "author", content: "Mokhtar Mial" }, ]; }; diff --git a/public/favicon.ico b/public/favicon.ico index 8830cf6..e29f8ee 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ