Skip to content

Commit

Permalink
docs: update images
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Jun 30, 2024
1 parent 8a54687 commit 66bf47a
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
.eslintcache
*.afphoto~lock~
Binary file removed assets/logo.afphoto~lock~
Binary file not shown.
Binary file modified assets/presets/backgroundImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presets/blackAndWhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presets/brandedLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presets/gradients.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presets/podcast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presets/rauchg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presets/simpleBlog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presets/tailwind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presets/vercel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presets/waveSvg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/presets/renderExamples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import * as fs from "fs";
// Run with `npx tsx src/presets/renderExamples.ts`
async function renderExamples() {
const page = {
title: "Hello, world!",
description: "This is a description",
title: "3D Graphics with OpenGL",
description: "An introduction to 3D graphics rendering and OpenGL.",
pathname: "empty",
};

Expand Down

0 comments on commit 66bf47a

Please sign in to comment.