You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drift/client/pages
Max Leiter 2ecf1b21ca
client: remove server as build requirement
This means public/unlisted posts and the home-page are no longer
generated at build-time, so TTFB may be increased for the first user to
load/access a page. Cache-Control headers are set so if the RP / server
supports it the results should be cached for future users.
4 years ago
..
api client/server: move markdown rendering from client/ entirely to server/ 4 years ago
new server/client: remove unnecessary console.logs 4 years ago
post client: remove server as build requirement 4 years ago
_app.tsx client: refactor header component for improved SSR 4 years ago
_document.tsx client/server: add support for expiring posts 4 years ago
_middleware.tsx server/client: replace JWTDenyList model with AuthToken, update middleware and routes 4 years ago
admin.tsx client: refactor header component for improved SSR 4 years ago
expired.tsx client: refactor header component for improved SSR 4 years ago
index.tsx client: remove server as build requirement 4 years ago
mine.tsx client: refactor header component for improved SSR 4 years ago
signin.tsx client: refactor header component for improved SSR 4 years ago
signup.tsx client: refactor header component for improved SSR 4 years ago