Skip to content

Commit 5cb3b31

Browse files
committed
remove iframe
1 parent bc0c771 commit 5cb3b31

File tree

14 files changed

+2
-174
lines changed

14 files changed

+2
-174
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

iframe/astro.config.mjs

Lines changed: 0 additions & 10 deletions
This file was deleted.

iframe/config.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

iframe/env.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

iframe/plugins.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

iframe/src/env.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

iframe/src/pages/[...page].astro

Lines changed: 0 additions & 28 deletions
This file was deleted.

iframe/src/theme/Default.astro

Lines changed: 0 additions & 11 deletions
This file was deleted.

iframe/src/theme/index.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
import type {
2-
ClubsFunctionGetPagePaths,
32
ClubsFunctionGetSlots,
43
ClubsFunctionPlugin,
54
ClubsPluginMeta,
65
} from '@devprotocol/clubs-core'
76
import { ClubsPluginCategory } from '@devprotocol/clubs-core'
87
import { ConnectButton } from './components'
98
import Readme from './readme.astro'
10-
import Iframe from './pages/iframe.astro'
11-
import Layout from './layouts/Default.astro'
12-
13-
export const getPagePaths = (async () => [
14-
{ paths: [meta.id, 'iframe'], component: Iframe, layout: Layout },
15-
]) satisfies ClubsFunctionGetPagePaths
169

1710
const getSlots = (async (_, { chainId, rpcUrl }) => {
1811
return [
@@ -35,7 +28,6 @@ const meta = {
3528
} satisfies ClubsPluginMeta
3629

3730
export default {
38-
getPagePaths,
3931
getSlots,
4032
meta,
4133
} satisfies ClubsFunctionPlugin

0 commit comments

Comments
 (0)