chore: missed prev commit

This commit is contained in:
Aaron Yarborough 2024-03-12 23:34:40 +00:00
parent 8663544548
commit f8c351d57b
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
title: Deploy aaronjy.me on a Google Storage bucket
desc: TBD
---

View file

@ -2,7 +2,7 @@
const nextConfig = {
reactStrictMode: true,
output: 'export',
trailingSlash: true // ensure pages get their own directory in output
trailingSlash: true // ensure pages get their own directory in output
}
export default nextConfig