Hello, this is my remake of HackUCF's site that was hosted on squarespace because it was slow and bad. This is, not slow and bad it is lighting fast and soon using the instructions below will be hosted on aws using S3 and lambda functions through serverless. Please let me know if the instructions below would not work.
Install serverless and bun
curl -fsSL https://bun.sh/install | bash
bun add -g serverless
Update next.config.js:
module.exports = {
output: 'standalone',
};
Deploy:
serverless
This approach offers several benefits: