We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464e9f2 commit b6bc95cCopy full SHA for b6bc95c
build_runner/lib/src/server/server.dart
@@ -409,7 +409,7 @@ class AssetHandler {
409
// We always want this revalidated, which requires specifying both
410
// max-age=0 and must-revalidate.
411
//
412
- // See spec https://goo.gl/Lhvttg for more info about this header.
+ // See spec https://goo.gle/maxage for more info about this header.
413
HttpHeaders.cacheControlHeader: 'max-age=0, must-revalidate',
414
};
415
0 commit comments