Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 294 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 294 Bytes

using-path-prefix

To test this example site locally run the following commands from this directory

gatsby build --prefix-paths
cd public
mkdir prefix
mv * prefix # This will cause an error but you can ignore it
cd ..
gatsby serve
# Open the served site at localhost:9000/prefix/