You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,7 +77,7 @@ Generate a template for the `config/criticalcss.php` file by running:
77
77
78
78
$ php artisan vendor:publish
79
79
80
-
> **Note:** Descriptions for the config options are only present in the config file, **not** in this readme. Click [here](https://github.com/krisawzm/critical-css/blob/master/src/config/criticalcss.php) to open the config file on GitHub.
80
+
> **Note:** Descriptions for the config options are only present in the config file, **not** in this readme. Click [here](https://github.com/kalfheim/critical-css/blob/master/src/config/criticalcss.php) to open the config file on GitHub.
81
81
82
82
## Usage
83
83
@@ -91,7 +91,7 @@ Providing everything is set up and configured properly, all you need to do in or
91
91
92
92
This will generate a unique file for each of the URIs (routes) provided.
93
93
94
-
See [this commit](https://github.com/krisawzm/critical-css-demo/commit/8288ba8971fc7381ef933affdde3b3d71c5475e3) for a diff of the implementation.
94
+
See [this commit](https://github.com/kalfheim/critical-css-demo/commit/8288ba8971fc7381ef933affdde3b3d71c5475e3) for a diff of the implementation.
95
95
96
96
### Using critical-path CSS with Blade templates
97
97
@@ -133,9 +133,9 @@ For multiple views, you may wrap `@criticalCss` in a `@section`, then `@yield` t
133
133
134
134
I made a simple demo using [this](http://startbootstrap.com/template-overviews/clean-blog/) Bootstrap theme. It's a fairly simple theme, and it does not have any major performance issues, but yet, implementing inline critical-path CSS **did** improve performance.
0 commit comments