Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettbarron committed Jul 10, 2024
1 parent cc66c64 commit 8de7692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ See [base.md](example/base.md) for an examples. A simple nextjs app lives [in th

The [options](src/options.ts) file has everything, but I'll just share the used ones currently. Please note that these are likely to change before I hit v1.0. They currently define the path broadly, and an overview might look like this:

Grab a file via filesync: `ProjectDirectory/ssrPath/assetpath/filename.extension`
Grab a file via fetch: `url/assetpath/filename.extension`
Read a mdfile ssr NOT stored in static directory: `ProjectDirectory/mdPath/filename.md`
- Grab a file via filesync: `ProjectDirectory/ssrPath/assetpath/filename.extension`
- Grab a file via fetch: `url/assetpath/filename.extension`
- Read a mdfile ssr NOT stored in static directory: `ProjectDirectory/mdPath/filename.md`

There's definitely a better way to do this but...

Expand Down

0 comments on commit 8de7692

Please sign in to comment.