Update fetch for static page gen, fix DOM patching
This commit is contained in:
@@ -20,6 +20,7 @@ var StaticPaths = map[string]bool{
|
||||
"/": true,
|
||||
"/about": true,
|
||||
"/chart": true,
|
||||
"/data": true,
|
||||
}
|
||||
|
||||
// RouteLayout maps each route to the name of the layout that wraps it.
|
||||
|
||||
Reference in New Issue
Block a user