Skip to content

Commit 0f36e14

Browse files
committed
use home page
1 parent df7f00b commit 0f36e14

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
77
on:
88
# Runs on pushes targeting the default branch
99
push:
10-
branches: ["main"]
10+
branches: ["master"]
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
output: "export",
43
images: {
54
formats: ["image/avif", "image/webp"],
65
remotePatterns: [

0 commit comments

Comments
 (0)