The main website for navoice.at
Find a file
2025-04-11 22:42:12 +02:00
assets Let's try a PNG instead of an SVG then 2025-03-29 14:33:08 +01:00
components Fix InternalLink build 2025-04-11 01:09:06 +02:00
layouts Hide Fediverse link for now 2025-04-11 00:42:08 +02:00
locales Add translation for Handelsgericht Wien 2025-04-06 19:51:42 +02:00
nginx Migrate NGINX config to localized 404, fix React error on error pages 2025-04-11 00:15:04 +02:00
pages Link the Fediverse 2025-04-11 00:35:19 +02:00
public Shorter language switcher strings 2025-03-29 10:12:25 +01:00
renderer Add Bulma 2025-03-29 13:35:57 +01:00
systemd Add socket perms 2025-03-29 08:59:51 +01:00
.gitignore Separate local build and production deployment 2025-03-29 14:01:20 +01:00
.nvmrc Initial commit 2025-03-29 07:01:57 +01:00
.prettierrc Initial commit 2025-03-29 07:01:57 +01:00
eslint.config.js Fix translations being stuck due to React Compiler memoization 2025-03-30 05:15:06 +02:00
LICENSE.md Initial commit 2025-03-29 07:01:57 +01:00
package-lock.json Update dependencies 2025-04-11 22:42:12 +02:00
package.json Fix translations being stuck due to React Compiler memoization 2025-03-30 05:15:06 +02:00
pageContext.d.ts Fix some "unused" warnings again 2025-03-29 10:51:27 +01:00
precompress-dist.bash Separate local build and production deployment 2025-03-29 14:01:20 +01:00
README.md Initial commit 2025-03-29 07:01:57 +01:00
redirector.ts Add React compiler 2025-03-30 01:59:05 +01:00
tsconfig.json Initial commit 2025-03-29 07:01:57 +01:00
vite.config.ts Fix translations being stuck due to React Compiler memoization 2025-03-30 05:15:06 +02:00

Generated with vike.dev/new (version 413) using this command:

npm create vike@latest --- --react --eslint --prettier

Contents

React

This app is ready to start. It's powered by Vike and React.

/pages/+config.ts

Such + files are the interface between Vike and your code. It defines:

Routing

Vike's built-in router lets you choose between:

/pages/_error/+Page.jsx

The error page which is rendered when errors occur.

/pages/+onPageTransitionStart.ts and /pages/+onPageTransitionEnd.ts

The onPageTransitionStart() hook, together with onPageTransitionEnd(), enables you to implement page transition animations.

SSR

SSR is enabled by default. You can disable it for all your pages or only for some pages.

HTML Streaming

You can enable/disable HTML streaming for all your pages, or only for some pages while still using it for others.