chore: missed prev commit
This commit is contained in:
parent
8663544548
commit
f8c351d57b
2 changed files with 6 additions and 1 deletions
5
content/writing/static-site-on-google-cloud.md
Normal file
5
content/writing/static-site-on-google-cloud.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Deploy aaronjy.me on a Google Storage bucket
|
||||||
|
desc: TBD
|
||||||
|
---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
output: 'export',
|
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
|
export default nextConfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue