Hey all,
When I am testing my site locally, I can see all my posts and images but when I try to use the automated build script via Amplify, I am just seeing the landing page but no content (posts, images, etc…)
I don’t quite understand the magic that is happening with Amplify and so I am guessing the issue may be with the build script. I already set it to use the latest tag for Hugo.
version: 1
frontend:
phases:
# IMPORTANT - Please verify your build commands
build:
commands:
- hugo
artifacts:
# IMPORTANT - Please verify your build output directory
baseDirectory: /public
files:
- '**/*'
cache:
paths: []
Is the base build script … I’m not quite sure if I need to change /public
as the baseDirectory
or something. Any assistance would be great!
Please don’t judge me, I’m still learning lol