We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7f00b commit 0f36e14Copy full SHA for 0f36e14
.github/workflows/nextjs.yml
@@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
7
on:
8
# Runs on pushes targeting the default branch
9
push:
10
- branches: ["main"]
+ branches: ["master"]
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
next.config.js
@@ -1,6 +1,5 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
- output: "export",
4
images: {
5
formats: ["image/avif", "image/webp"],
6
remotePatterns: [
0 commit comments