Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from thepurplebubble/12-bug-404-page-is-broken
Browse files Browse the repository at this point in the history
bug: fix 404 page
  • Loading branch information
taciturnaxolotl authored Dec 11, 2023
2 parents da2aa7f + c0fe904 commit 9b106ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[dev]
command = "npm run dev"

[build]
command = "npm run build"
publish = "dist"
3 changes: 3 additions & 0 deletions src/pages/404.html → src/pages/404.astro
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
import '../styles/404.css'
---
<!DOCTYPE html>
<html lang="en">

Expand Down

0 comments on commit 9b106ed

Please sign in to comment.