Rename api.ts to remote-content.ts.
Showing
4 changed files
with
3 additions
and
3 deletions
File moved
1 | import { getSitePage, setSiteConfig } from '@lib/api.ts' | 1 | import { getSitePage, setSiteConfig } from '@lib/remote-content.ts' |
2 | 2 | ||
3 | setSiteConfig({ name: 'msd', baseUrl: 'https://myspecialtydoc-d1d234.webflow.io' }) | 3 | setSiteConfig({ name: 'msd', baseUrl: 'https://myspecialtydoc-d1d234.webflow.io' }) |
4 | 4 | ... | ... |
1 | --- | 1 | --- |
2 | import { getSitePage } from '@lib/api.ts' | 2 | import { getSitePage } from '@lib/remote-content.ts' |
3 | import { appendClasses } from '@lib/html.ts' | 3 | import { appendClasses } from '@lib/html.ts' |
4 | import { Node, Replace } from '@lib/astro.ts' | 4 | import { Node, Replace } from '@lib/astro.ts' |
5 | import '@config.ts' | 5 | import '@config.ts' | ... | ... |
1 | --- | 1 | --- |
2 | import { getSitePage } from '@lib/api.ts' | 2 | import { getSitePage } from '@lib/remote-content.ts' |
3 | import { Replace } from '@lib/astro.ts' | 3 | import { Replace } from '@lib/astro.ts' |
4 | import BaseLayout from '@layouts/base.astro' | 4 | import BaseLayout from '@layouts/base.astro' |
5 | import { Demographics } from '@components/EventDetails.jsx' | 5 | import { Demographics } from '@components/EventDetails.jsx' | ... | ... |
-
Please register or sign in to post a comment