fix: hashtag extraction and make remote links absolute
This commit is contained in:
		
							
								
								
									
										42
									
								
								fresh.gen.ts
									
									
									
									
									
								
							
							
						
						
									
										42
									
								
								fresh.gen.ts
									
									
									
									
									
								
							| @@ -16,16 +16,17 @@ import * as $10 from "./routes/api/movies/enhance/[name].ts"; | ||||
| import * as $11 from "./routes/api/movies/index.ts"; | ||||
| import * as $12 from "./routes/api/recipes/[name].ts"; | ||||
| import * as $13 from "./routes/api/recipes/index.ts"; | ||||
| import * as $14 from "./routes/api/tmdb/[id].ts"; | ||||
| import * as $15 from "./routes/api/tmdb/credits/[id].ts"; | ||||
| import * as $16 from "./routes/api/tmdb/query.ts"; | ||||
| import * as $17 from "./routes/articles/[name].tsx"; | ||||
| import * as $18 from "./routes/articles/index.tsx"; | ||||
| import * as $19 from "./routes/index.tsx"; | ||||
| import * as $20 from "./routes/movies/[name].tsx"; | ||||
| import * as $21 from "./routes/movies/index.tsx"; | ||||
| import * as $22 from "./routes/recipes/[name].tsx"; | ||||
| import * as $23 from "./routes/recipes/index.tsx"; | ||||
| import * as $14 from "./routes/api/test.ts"; | ||||
| import * as $15 from "./routes/api/tmdb/[id].ts"; | ||||
| import * as $16 from "./routes/api/tmdb/credits/[id].ts"; | ||||
| import * as $17 from "./routes/api/tmdb/query.ts"; | ||||
| import * as $18 from "./routes/articles/[name].tsx"; | ||||
| import * as $19 from "./routes/articles/index.tsx"; | ||||
| import * as $20 from "./routes/index.tsx"; | ||||
| import * as $21 from "./routes/movies/[name].tsx"; | ||||
| import * as $22 from "./routes/movies/index.tsx"; | ||||
| import * as $23 from "./routes/recipes/[name].tsx"; | ||||
| import * as $24 from "./routes/recipes/index.tsx"; | ||||
| import * as $$0 from "./islands/Counter.tsx"; | ||||
| import * as $$1 from "./islands/IngredientsList.tsx"; | ||||
| import * as $$2 from "./islands/KMenu.tsx"; | ||||
| @@ -48,16 +49,17 @@ const manifest = { | ||||
|     "./routes/api/movies/index.ts": $11, | ||||
|     "./routes/api/recipes/[name].ts": $12, | ||||
|     "./routes/api/recipes/index.ts": $13, | ||||
|     "./routes/api/tmdb/[id].ts": $14, | ||||
|     "./routes/api/tmdb/credits/[id].ts": $15, | ||||
|     "./routes/api/tmdb/query.ts": $16, | ||||
|     "./routes/articles/[name].tsx": $17, | ||||
|     "./routes/articles/index.tsx": $18, | ||||
|     "./routes/index.tsx": $19, | ||||
|     "./routes/movies/[name].tsx": $20, | ||||
|     "./routes/movies/index.tsx": $21, | ||||
|     "./routes/recipes/[name].tsx": $22, | ||||
|     "./routes/recipes/index.tsx": $23, | ||||
|     "./routes/api/test.ts": $14, | ||||
|     "./routes/api/tmdb/[id].ts": $15, | ||||
|     "./routes/api/tmdb/credits/[id].ts": $16, | ||||
|     "./routes/api/tmdb/query.ts": $17, | ||||
|     "./routes/articles/[name].tsx": $18, | ||||
|     "./routes/articles/index.tsx": $19, | ||||
|     "./routes/index.tsx": $20, | ||||
|     "./routes/movies/[name].tsx": $21, | ||||
|     "./routes/movies/index.tsx": $22, | ||||
|     "./routes/recipes/[name].tsx": $23, | ||||
|     "./routes/recipes/index.tsx": $24, | ||||
|   }, | ||||
|   islands: { | ||||
|     "./islands/Counter.tsx": $$0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user