diff --git a/.github/workflows/cloudflare-workers.yml b/.github/workflows/cloudflare-workers.yml index e59b4a2..09e74c1 100644 --- a/.github/workflows/cloudflare-workers.yml +++ b/.github/workflows/cloudflare-workers.yml @@ -46,4 +46,4 @@ jobs: USER: root with: apiToken: ${{ secrets.CF_API_TOKEN }} - workingDirectory: './' \ No newline at end of file + workingDirectory: './out' \ No newline at end of file diff --git a/pages/index.js b/pages/index.js index a792b07..a511384 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,4 +1,4 @@ -import Layout from "../components/Layout" +import Layout from "/components/Layout" import Link from 'next/link' import Image from 'next/image'