Skip to content

Commit

Permalink
static site (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarghandour authored Dec 12, 2024
2 parents abc9371 + 63ca0bf commit 5caa65a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "export",
};

export default nextConfig;

1 comment on commit 5caa65a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for blackwaves ready!

✅ Preview
https://blackwaves-ja3vsg1sw-omarkhaled9913gmailcoms-projects.vercel.app

Built with commit 5caa65a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.