Skip to content

Commit

Permalink
clean diff
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Dec 18, 2023
1 parent 3ed53ec commit eb40d68
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 41 deletions.
38 changes: 0 additions & 38 deletions web/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions web/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const withNextra = require('nextra')({
theme: 'nextra-theme-blog',
themeConfig: './theme.config.js',
// optional: add `unstable_staticImage: true` to enable Nextra's auto image import
})

/** @type {import('next').NextConfig} */
Expand All @@ -10,7 +9,6 @@ const nextConfig = {
images: {
unoptimized: true,
},
// any configs you need
}

module.exports = withNextra(nextConfig)
2 changes: 1 addition & 1 deletion web/pages/posts/1_softlaunch.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Soft Launching InvenHost
date: 2023-12-18
description: Staring a new project is a catch-22. You have to start somewhere.
author: Matthias Mair
tag: inventree project
tag: project
---

# Soft Launching InvenHost
Expand Down
Binary file removed web/public/images/photo.jpg
Binary file not shown.
Binary file removed web/public/images/photo2.jpg
Binary file not shown.

0 comments on commit eb40d68

Please sign in to comment.