outstatic
outstatic copied to clipboard
Outstatic - A static CMS for Next.js
Hi, I'm adding Outstatic to my webpage and I need to be able to change the branch name because I'm not using the main branch for my repo. I've decided...
First off - I love what you've built, and I love the simplicity of it. Some quick profiling on the front-end looks like images uploaded are not optimized, so I...
Now `getDocumentSlugs()` returns only `mdx?` files name (without extension). Closes #11
Currently, the existence of files other than `mdx?` (ex: `.gitkeep`) within a collection folder results in an error: `Error: ENOENT: no such file or directory, open "blog/outstatic/content/posts/.gitkeep.md"`
**Tsconfig file to configure the alias and replace in the web app** Example: Change this: import '../styles/globals.css' to this: '@/styles/globals.css'
This PR removes the period from the “Last updated…” metadata line in the docs.
This PR suggests some grammar fixes and wording changes for the Introduction page of the docs.