solidstep 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -746,6 +746,9 @@ export const RootLayout = (props) => {
|
|
|
746
746
|
```
|
|
747
747
|
- **Custom Preloading Logic**: Write custom logic to preload data for specific routes or components based on user behavior or application state.
|
|
748
748
|
|
|
749
|
+
## Environment Variables
|
|
750
|
+
As SolidStep is built using Vite, it follows the same guide as stated in [Vite docs](https://vite.dev/guide/env-and-mode) regarding environment variables.
|
|
751
|
+
|
|
749
752
|
## Future Plans
|
|
750
753
|
- Revalidate on demand
|
|
751
754
|
- Support for dynamic site.webmanifest, robots.txt, sitemap.xml, manifest.json, and llms.txt
|