Skip to content

Commit

Permalink
docs(astro): optimize blankie.rest site performance
Browse files Browse the repository at this point in the history
  • Loading branch information
codybrom committed Jan 9, 2025
1 parent 59294a4 commit 1d64024
Show file tree
Hide file tree
Showing 24 changed files with 953 additions and 130 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="docs/public/icon.png" alt="Blankie logo" width="128" height="128" align="left"/>
<img src="docs/src/assets/icon.png" alt="Blankie logo" width="153" height="128" align="left"/>

### Blankie

Expand All @@ -9,7 +9,7 @@
[![SwiftUI](https://img.shields.io/badge/Swift%20UI-0071e3.svg?logo=swift&logoColor=white)](https://developer.apple.com/xcode/swiftui/)
[![Xcode](https://img.shields.io/badge/XCode%2016-007ACC?logo=xcode&logoColor=white)](https://developer.apple.com/xcode/)
[![GitHub](https://img.shields.io/github/license/codybrom/blankie.svg)](https://github.com/codybrom/blankie/blob/master/LICENSE)
![Screenshot](docs/public/screenshot.png)
![Screenshot](docs/src/assets/screenshot.png)

## Description

Expand Down
6 changes: 4 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// @ts-check
import { defineConfig } from "astro/config";

import tailwind from "@astrojs/tailwind";

import playformCompress from "@playform/compress";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
integrations: [tailwind(), playformCompress()],
site: "https://blankie.rest",
});
Loading

0 comments on commit 1d64024

Please sign in to comment.