@elijahmanor @dceddia If these URLs are trying to hit Netlify functions, perhaps try specifying the URLs for those that Netlify will generate. Netlify doesn't assume you want your serverless functions exposed in /api/*
For example (and without seeing your code)
/rss /.netlify/functions/rss.js 200!

@SloanCam @jlengstorf @Netlify Less likely to happen only because we can’t agree on the design to be printed on our sequinned performance leotards.

@shackleberry112 1000000% this!

@erikkroes The original house isn't very big, but yeah it will make a big difference to us.
I don't think we have good enough conditions for reliable solar. But that would be nice.
I don't think we have good enough conditions for reliable solar. But that would be nice.

@atelierschork Oh, I see!
Not quite. But approaching it.
https://twitter.com/philhawksworth/status/1303644353966100483
Not quite. But approaching it.
https://twitter.com/philhawksworth/status/1303644353966100483

@shackleberry112 The angle makes it look bigger than it is, and the original house is not very big. But yeah, it will nearly double the room we have.

@simonswiss I wish!
This is a new open plan kitchen/diner looking out to the garden. I'll get a dedicated (rather compact) study out of it down the new side of the house, which gets me out of the spare bedroom :)
This is a new open plan kitchen/diner looking out to the garden. I'll get a dedicated (rather compact) study out of it down the new side of the house, which gets me out of the spare bedroom :)

@atelierschork How do you mean?

@jaffathecake *Pictured at maximum permitted altitude*

Weeks 3 & 4
- "rain stops play" a bit
- 3 x steels arrive
- steel cross beam and over bi-folds in
- scaffold lift for ground floor roof
- all ground floor ceiling joists in
- flat roof in and insulated
- scaffold lift for upstairs
- upstairs walls built to roof line
- "rain stops play" a bit
- 3 x steels arrive
- steel cross beam and over bi-folds in
- scaffold lift for ground floor roof
- all ground floor ceiling joists in
- flat roof in and insulated
- scaffold lift for upstairs
- upstairs walls built to roof line

Phil Hawksworth
@philhawksworth •
Episode 2 of Remotely Interesting (a podcast from the @Netlify DX team) is waiting for you!
If you had already subscribed you wouldn't even need me to tell you that, and you'd probably just feel like @jlengstorf right now.
https://www.netlify.com/blog/2020/09/08/how-do-you-blog/?utm_source=twitter&utm_medium=ri-blogging-pnh&utm_campaign=devex
If you had already subscribed you wouldn't even need me to tell you that, and you'd probably just feel like @jlengstorf right now.
https://www.netlify.com/blog/2020/09/08/how-do-you-blog/?utm_source=twitter&utm_medium=ri-blogging-pnh&utm_campaign=devex

@jaffathecake Wishing my "like" could convey my approval of not just the concept but also of this wonderful photo, and of the marvellously handsome cat.

@dceddia @elijahmanor Yeah, this might be the issue. By design if an asset exists on the requested URL Netlify will serve that rather than applying a redirect rule.
Forcing (with a !) overrides that.
If you’re still having trouble http://community.netlify.com has lots of helpful people and info
Forcing (with a !) overrides that.
If you’re still having trouble http://community.netlify.com has lots of helpful people and info

@benmvp @elijahmanor Netlify redirects support that behaviour. You can have as many URLs as you like redirecting or rewriting to the same resource. In fact you can respond with any http response code you like.
The default (when no response code is specified) is to use a 301 redirect.
The default (when no response code is specified) is to use a 301 redirect.

Phil Hawksworth
@philhawksworth •
RT @Netlify: How can agencies benefit from the Jamstack and grow their web development practice with Netlify?
A free webinar with @philhaw…
A free webinar with @philhaw…

Phil Hawksworth
@philhawksworth •
This laid back hip hop playlist put together by @dnsandnick is making me unspeakably happy and productive today.
https://open.spotify.com/playlist/0FYPPpJ0HQ00tMhCNUo6mY
https://open.spotify.com/playlist/0FYPPpJ0HQ00tMhCNUo6mY

Phil Hawksworth
@philhawksworth •
It's a constant perf party in @eleven_ty land at the moment!
This site scaffold from @cramforce is full of wonderful nuggets. Worthy of your attention!
https://www.industrialempathy.com/posts/eleventy-high-performance-blog/
This site scaffold from @cramforce is full of wonderful nuggets. Worthy of your attention!
https://www.industrialempathy.com/posts/eleventy-high-performance-blog/


@sebastienlorber @zachleat @slightlylate @kylemathews @youyuxi @swyx @sarah_edo @Rich_Harris @eleven_ty I think we can clearly distinguish between the modes/models... but the way one uses the tools can also have an influence. That's why I mentioned their "default".
1. Pre-rendered.
2. Client-side rendered.
3. Hybrid. (Pre-rendered with progressively enhanced client-side rendering)
1. Pre-rendered.
2. Client-side rendered.
3. Hybrid. (Pre-rendered with progressively enhanced client-side rendering)

@sebastienlorber @zachleat @slightlylate @kylemathews @youyuxi @swyx @sarah_edo @Rich_Harris I typically use @eleven_ty to pre-generate all of my views and serve them as HTML. But I could add some JS to that to progressively enhance and fetch JSON of subsequent pages, rendering them with client-side JS.
Many tools can be used for either model of we choose.
Many tools can be used for either model of we choose.