Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
astro-wt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
37d058e8
authored
2024-06-07 16:02:18 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Rename api.ts to remote-content.ts.
1 parent
ebe8b358
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
lib/api.ts → lib/remote-content.ts
src/config.ts
src/layouts/base.astro
src/pages/index.astro
lib/
api
.ts
→
lib/
remote-content
.ts
View file @
37d058e
File moved
src/config.ts
View file @
37d058e
import
{
getSitePage
,
setSiteConfig
}
from
'@lib/
api
.ts'
import
{
getSitePage
,
setSiteConfig
}
from
'@lib/
remote-content
.ts'
setSiteConfig
({
name
:
'msd'
,
baseUrl
:
'https://myspecialtydoc-d1d234.webflow.io'
})
...
...
src/layouts/base.astro
View file @
37d058e
---
import { getSitePage } from '@lib/
api
.ts'
import { getSitePage } from '@lib/
remote-content
.ts'
import { appendClasses } from '@lib/html.ts'
import { Node, Replace } from '@lib/astro.ts'
import '@config.ts'
...
...
src/pages/index.astro
View file @
37d058e
---
import { getSitePage } from '@lib/
api
.ts'
import { getSitePage } from '@lib/
remote-content
.ts'
import { Replace } from '@lib/astro.ts'
import BaseLayout from '@layouts/base.astro'
import { Demographics } from '@components/EventDetails.jsx'
...
...
Please
register
or
sign in
to post a comment