Compare commits
1 Commits
main
...
feature/xw
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b80fc2a65 |
@ -1,7 +1,8 @@
|
||||
import { headers } from "next/headers";
|
||||
import { redirect } from "next/navigation";
|
||||
export const dynamic = "force-dynamic";
|
||||
import { XWorkmateProfileEditor } from "@/components/xworkmate/XWorkmateProfileEditor";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
import {
|
||||
buildSharedXWorkmateUrl,
|
||||
isLegacyConsoleXWorkmateHost,
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
import { headers } from "next/headers";
|
||||
import { redirect } from "next/navigation";
|
||||
export const dynamic = "force-dynamic";
|
||||
import { XWorkmateProfileEditor } from "@/components/xworkmate/XWorkmateProfileEditor";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
import {
|
||||
buildSharedXWorkmateUrl,
|
||||
isLegacyConsoleXWorkmateHost,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user