We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0457807 commit 404bee1Copy full SHA for 404bee1
Readme.md
@@ -6,7 +6,7 @@
6
7
The file-system is the main API. Every `.js` file becomes a route that gets automatically processed and rendered.
8
9
-Populate `pages/index.js` inside your project:
+Populate `./pages/index.js` inside your project:
10
11
```
12
import React from 'react'
@@ -21,7 +21,8 @@ So far, we get:
21
22
- Automatic transpilation and bundling (with webpack and babel)
23
- Hot code reloading
24
-- Server rendering and indexing
+- Server rendering and indexing of `./pages`
25
+- Static file serving. `./static/` is mapped to `/static/`
26
27
### Bundling (code splitting)
28
0 commit comments