mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Update cloudflare-workers.yml & index.js
This commit is contained in:
parent
3fc7afbd23
commit
3fa75be8dc
2
.github/workflows/cloudflare-workers.yml
vendored
2
.github/workflows/cloudflare-workers.yml
vendored
@ -46,4 +46,4 @@ jobs:
|
||||
USER: root
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
workingDirectory: './'
|
||||
workingDirectory: './out'
|
@ -1,4 +1,4 @@
|
||||
import Layout from "../components/Layout"
|
||||
import Layout from "/components/Layout"
|
||||
import Link from 'next/link'
|
||||
import Image from 'next/image'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user