Skip to content

Commit 8a45964

Browse files
committed
task: Cleaned up unnecessary files and content. Added starfield to 404 page.
1 parent 1781aa3 commit 8a45964

16 files changed

Lines changed: 14 additions & 2612 deletions

src/config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ metadata:
1515
robots:
1616
index: true
1717
follow: true
18-
openGraph:
19-
site_name: DevOptimus.com
20-
images:
21-
- url: '~/assets/images/default.png'
22-
width: 1200
23-
height: 628
24-
type: website
25-
twitter:
26-
handle: '@onwidget'
27-
site: '@onwidget'
28-
cardType: summary_large_image
18+
# openGraph:
19+
# site_name: DevOptimus.com
20+
# images:
21+
# - url: '~/assets/images/default.png'
22+
# width: 1200
23+
# height: 628
24+
# type: website
25+
# twitter:
26+
# handle: '@onwidget'
27+
# site: '@onwidget'
28+
# cardType: summary_large_image
2929

3030
i18n:
3131
language: en

src/pages/404.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
import Layout from '~/layouts/Layout.astro';
2+
import Layout from '~/layouts/LandingLayout.astro';
33
import { getHomePermalink } from '~/utils/permalinks';
4+
import Starfield from '~/components/starfield.astro';
45
56
const title = `Error 404`;
67
---
78

9+
<Starfield />
810
<Layout metadata={{ title }}>
911
<section class="flex items-center h-full p-16">
1012
<div class="container flex flex-col items-center justify-center px-5 mx-auto my-8">

src/pages/homes/mobile-app.astro

Lines changed: 0 additions & 297 deletions
This file was deleted.

0 commit comments

Comments
 (0)