Skip to content

Commit

Permalink
Merge pull request #14 from paper-spa/fallback
Browse files Browse the repository at this point in the history
Rewrite the AST logic to be more complete
  • Loading branch information
Yoann Chaudet authored and GitHub committed Jul 20, 2022
2 parents cf1ab90 + dddd39c commit 398adf7
Show file tree
Hide file tree
Showing 49 changed files with 984 additions and 736 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
/src/fixtures/tmp

# Editors
.vscode/
Expand Down
2 changes: 2 additions & 0 deletions dist/gatsby.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Default Pages configuration for Gatsby
module.exports = {}
Loading

0 comments on commit 398adf7

Please sign in to comment.