GIT PAGE #242
Unanswered
davidsonaguiar
asked this question in
Q&A
GIT PAGE
#242
Replies: 1 comment
-
Hey @davidsonaguiar, Thanks for giving Outstatic a try. I personally haven't tried to use the service with GitHub pages, but others have. You can check this discussion thread which presents a solution and also links to other posts about it. If you find a solution that works for you, please share it on this thread. We could use some help with documentation as well. Cheers! PS: Muito legal ver alguém de Maceió testando o Outstatic 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have to create a static page and I plan to use GitHub Pages. I am testing some Git-based CMSs and I really liked Outstatic. However, I tried to deploy it on GitHub Pages and it didn't work. I would like to know if the application currently only works with Vercel. If not, is there any tutorial for implementing it on GitHub Pages?
Here is the error that appears when I try to implement:
Error: Page "/outstatic/[[...ost]]" is missing "generateStaticParams()" so it cannot be used with "output: export" config.
at /home/runner/work/cinfo-next-outstatic/cinfo-next-outstatic/node_modules/next/dist/build/index.js:1294:59
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Span.traceAsyncFn (/home/runner/work/cinfo-next-outstatic/cinfo-next-outstatic/node_modules/next/dist/trace/trace.js:154:20)
at async Promise.all (index 4)
at async /home/runner/work/cinfo-next-outstatic/cinfo-next-outstatic/node_modules/next/dist/build/index.js:1172:17
at async Span.traceAsyncFn (/home/runner/work/cinfo-next-outstatic/cinfo-next-outstatic/node_modules/next/dist/trace/trace.js:154:20)
at async /home/runner/work/cinfo-next-outstatic/cinfo-next-outstatic/node_modules/next/dist/build/index.js:1095:124
at async Span.traceAsyncFn (/home/runner/work/cinfo-next-outstatic/cinfo-next-outstatic/node_modules/next/dist/trace/trace.js:154:20)
at async build (/home/runner/work/cinfo-next-outstatic/cinfo-next-outstatic/node_modules/next/dist/build/index.js:366:9)
Beta Was this translation helpful? Give feedback.
All reactions