FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
browsercode/svelte.config.js at main · leaningtech/browsercode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
leaningtech
/
browsercode
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
127
Code
Issues
4
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
browsercode
/
svelte.config.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (17 loc) · 414 Bytes
Breadcrumbs
browsercode
/
svelte.config.js
Copy path
File metadata and controls
18 lines (17 loc) · 414 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import
adapter
from
'@sveltejs/adapter-static'
;
/**
@type
{
import('@sveltejs/kit').Config
} */
const
config
=
{
kit
:
{
adapter
:
adapter
(
{
pages
:
'dist'
,
assets
:
'dist'
,
fallback
:
'200.html'
}
)
,
// Absolute asset URLs so module scripts load on nested SPA-fallback routes (/agents/[tool]).
paths
:
{
relative
:
false
}
,
prerender
:
{
handleUnseenRoutes
:
'ignore'
}
}
}
;
export
default
config
;
Back
|
FazBrowse Home
|
New Git URL