Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan370 committed Aug 27, 2024
1 parent bec5db6 commit 2d88106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: denoland/deployctl@v1 # v1
with:
project: "sad-camel-61"
entrypoint: "https://deno.land/[email protected]/http/file_server.ts" # 📝 Update the entrypoint if necessary
entrypoint: "app/page.tsx" # 📝 Update the entrypoint if necessary

1 comment on commit 2d88106

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 2d88106 Aug 27, 2024

Choose a reason for hiding this comment

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

Failed to deploy:

Relative import path "next/head" not prefixed with / or ./ or ../

Please sign in to comment.