This website requires JavaScript.
Explore
Help
Sign in
jalil
/
achat-maison-albi-fr
Watch
1
Star
0
Fork
You've already forked achat-maison-albi-fr
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b817b83219
achat-maison-albi-fr
/
src
/
env.d.ts
3 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor file structure and enhance security headers Removed blog and product pages and moved their contents to new blog and product directories, respectively. Added a new 404 error page for invalid routes. Updated server configurations in 'vercel.json' to leverage additional security by adding 'cdnjs.cloudflare.com' to Content-Security-Policy headers.
2024-02-15 18:42:07 +04:00
/// <reference path="../.astro/types.d.ts" />
Add initial project setup with Astro This commit includes the introduction of Astro project setup files, including the configuration. The main change is the addition of the configuration file `astro.config.mjs`, where Tailwind is set up for Astro integration. It also adds `.gitignore` files, a `package.json`, and setup files for VSCode and IntelliJ IDEA. The project includes a favicon and a simple Astro page. It comes with a `package-lock.json` file which locks down the versions of each dependency ensuring that installs generate the exact same tree across machines.
2024-02-10 03:49:51 +04:00
/// <reference types="astro/client" />
Reference in a new issue
Copy permalink