mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-06 12:41:48 +02:00
⚡️ Remove static page generation (#1415)
This commit is contained in:
parent
16f9365328
commit
a2414ff8ca
1 changed files with 0 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
import "tailwindcss/tailwind.css";
|
import "tailwindcss/tailwind.css";
|
||||||
import "../../style.css";
|
import "../../style.css";
|
||||||
|
|
||||||
import languages from "@rallly/languages";
|
|
||||||
import { Toaster } from "@rallly/ui/toaster";
|
import { Toaster } from "@rallly/ui/toaster";
|
||||||
import { Viewport } from "next";
|
import { Viewport } from "next";
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
|
@ -15,10 +14,6 @@ const inter = Inter({
|
||||||
display: "swap",
|
display: "swap",
|
||||||
});
|
});
|
||||||
|
|
||||||
export async function generateStaticParams() {
|
|
||||||
return Object.keys(languages).map((locale) => ({ locale }));
|
|
||||||
}
|
|
||||||
|
|
||||||
export const viewport: Viewport = {
|
export const viewport: Viewport = {
|
||||||
width: "device-width",
|
width: "device-width",
|
||||||
initialScale: 1,
|
initialScale: 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue