Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default configuration for next js needs to be updated #109

Closed
AJHassall opened this issue Dec 3, 2023 · 2 comments · Fixed by #137
Closed

Default configuration for next js needs to be updated #109

AJHassall opened this issue Dec 3, 2023 · 2 comments · Fixed by #137
Assignees

Comments

@AJHassall
Copy link

I think the change from the command 'next export' to "output: export" in next.config.js has broken the default configuration

this doesnt work

      - name: Setup Pages
        uses: actions/configure-pages@v3
        with:
               static_site_generator: next

this does

      - name: Setup Pages
        uses: actions/configure-pages@v3

I have set up my own next config.

I spent some time trying to find out what was breaking my page so I thought I would pass this on so someone else doesnt have to

@AJHassall
Copy link
Author

This might be resolved by #102

@JamesMGreene
Copy link
Contributor

A fix for this is now included in actions/configure-pages@v5. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants