ssg
Here are 2,651 public repositories matching this topic...
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Dec 23, 2020 - PHP
-
Updated
Dec 24, 2020 - TypeScript
The default starter comes with a blog post called "Dynamic components example" that's intended to show how you can target a svelte component from your JSON content source and pull it into a page dynamically without having to explicitly import it in your template. I wanted to highlight this because you need to use a "magic" plenti variable/prop that most people wouldn't know about called `allCompon
It used to be done automatically but not automatically it seems. So basically:
- push
- go to repo settings,
gh-pagesand pickgh-pageswith root:
-
Updated
Aug 4, 2020 - JavaScript
-
Updated
Jan 30, 2019 - JavaScript
-
Updated
Oct 20, 2020 - Vue
-
Updated
Dec 10, 2020 - PHP
-
Updated
Oct 13, 2020 - TypeScript
Is your feature request related to a problem? Please describe.
Contentz should generate a manifest.json and link it from each page in order to work as a PWA and be installable.
Describe the solution you'd like
Use config.yml and inferred data to generate the file automatically.
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Dec 16, 2020 - JavaScript
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Nov 11, 2020 - HTML
-
Updated
Feb 13, 2020 - JavaScript
-
Updated
Dec 27, 2019 - Haxe
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Apr 20, 2020 - Python
-
Updated
Oct 20, 2020 - JavaScript
Improve this page
Add a description, image, and links to the ssg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssg topic, visit your repo's landing page and select "manage topics."

Bug report
Describe the bug
AsPath is incorrect on Server if you use rewrites and getInitialProps. On the server, asPath is the rewritten asPath while on the client asPath ist as given in the request URL.
To Re