- Added Tailwind CSS configuration with custom theme colors and animations. - Created global styles in index.css including custom scrollbar and button components. - Set up main entry point in main.tsx to render the App component. - Configured TypeScript with strict settings and path mapping. - Added support for high contrast mode and reduced motion in styles. - Included print styles for better printing experience.
15 lines
250 B
Plaintext
15 lines
250 B
Plaintext
User-agent: *
|
|
Allow: /
|
|
|
|
# Block access to sensitive files
|
|
Disallow: /.env
|
|
Disallow: /src/
|
|
Disallow: /node_modules/
|
|
Disallow: /dist/
|
|
Disallow: /*.log
|
|
|
|
# Sitemap
|
|
Sitemap: https://miraclesinmotion.org/sitemap.xml
|
|
|
|
# Crawl delay (optional)
|
|
Crawl-delay: 1 |