Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ metadata:
follow: true
openGraph:
site_name: DevOptimus.com
images:
- url: '~/assets/images/default.png'
width: 1200
height: 628
# images:
# - url: '~/assets/images/default.png'
# width: 1200
# height: 628
type: website
twitter:
handle: '@onwidget'
site: '@onwidget'
cardType: summary_large_image
# twitter:
# handle: '@onwidget'
# site: '@onwidget'
# cardType: summary_large_image

i18n:
language: en
Expand Down
4 changes: 3 additions & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
import Layout from '~/layouts/Layout.astro';
import Layout from '~/layouts/LandingLayout.astro';
import { getHomePermalink } from '~/utils/permalinks';
import Starfield from '~/components/starfield.astro';

const title = `Error 404`;
---

<Starfield />
<Layout metadata={{ title }}>
<section class="flex items-center h-full p-16">
<div class="container flex flex-col items-center justify-center px-5 mx-auto my-8">
Expand Down
297 changes: 0 additions & 297 deletions src/pages/homes/mobile-app.astro

This file was deleted.

Loading