mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
correjida anulacion del ssr
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
import Separator from '@/components/ui/separator/separator.svelte';
|
||||
import { page } from '$app/state';
|
||||
|
||||
export const ssr = false;
|
||||
interface props {
|
||||
data: {
|
||||
htag: string;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { obtenerCantidadDeUsosdeHtag } from '@/hooks/obtenerCantidadDeUsosdeHtag.js';
|
||||
export const ssr = false;
|
||||
|
||||
export async function load({ params, fetch }) {
|
||||
let { htag } = params;
|
||||
|
||||
Reference in New Issue
Block a user