Skip to content

Commit

Permalink
I love when software makese breaking changes like this for seemingly …
Browse files Browse the repository at this point in the history
…no reason
  • Loading branch information
jimmyhmiller committed Dec 27, 2023
1 parent fe32c35 commit abec577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build with Next.js
run: npx next build
- name: Static HTML export with Next.js
run: npx next export
run: npx next build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const withMDX = require('@next/mdx')()

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
// Configure `pageExtensions` to include MDX files
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
// Optionally, add any other Next.js config below
Expand Down

0 comments on commit abec577

Please sign in to comment.