Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lerobot
/
robot-learning-tutorial
like
396
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
c64d3c5
robot-learning-tutorial
/
app
/
astro.config.mjs
thibaud frere
test astro
400357a
8 months ago
raw
Copy download link
history
blame
101 Bytes
import
{ defineConfig }
from
'astro/config'
;
export
default
defineConfig
({
output
:
'static'
});