Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Aug 10, 2024
1 parent 2dd9548 commit 60dbdbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import RtronLogo from "../components/logos/rtron";
R:trån is an extensible toolkit for processing road space models.
It currently supports the validation of [ASAM OpenDRIVE](https://www.asam.net/standards/detail/opendrive/) road networks and the conversion to semantic 3D city models in [OGC CityGML](https://www.ogc.org/standards/citygml).

<div className="mt-16 mb-20 text-center">
<div className="mt-14 mb-18 text-center">
[Get Started](/docs/getting-started) · [Examples](/examples/model-inspection) · [Blog](/blog) · [GitHub Repository](https://github.com/tum-gis/rtron) · [Raise Issue](https://github.com/tum-gis/rtron/issues)
</div>

Expand Down
6 changes: 3 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
mode: "jit",
content: [
"./src/components/**/*.js",
"./src/pages/**/*.{md,mdx}",
"./src/theme.config.tsx",
"./components/**/*.js",
"./pages/**/*.{md,mdx}",
"./theme.config.tsx",
],
};

0 comments on commit 60dbdbb

Please sign in to comment.